Searched refs:ht_root (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/external/bsd/ipf/netinet/ |
H A D | fil.c | 9670 h = RBI_SEARCH(ipf_rb, &htp->ht_root, &k); in ipf_ht_node_add() 9688 RBI_INSERT(ipf_rb, &htp->ht_root, h); in ipf_ht_node_add() 9727 h = RBI_SEARCH(ipf_rb, &htp->ht_root, &k); in ipf_ht_node_del() 9733 (void) RBI_DELETE(ipf_rb, &htp->ht_root, h); in ipf_ht_node_del() 9754 RBI_INIT(ipf_rb, &head->ht_root); in ipf_rb_ht_init() 9785 RBI_WALK(ipf_rb, &head->ht_root, ipf_rb_ht_freenode, NULL); in ipf_rb_ht_flush()
|
H A D | ip_fil.h | 558 ipf_rb_head_t ht_root; member
|