Home
last modified time | relevance | path

Searched refs:ht_root (Results 1 – 2 of 2) sorted by relevance

/src/sys/netpfil/ipfilter/netinet/
H A Dfil.c9732 h = RBI_SEARCH(ipf_rb, &htp->ht_root, &k);
9750 RBI_INSERT(ipf_rb, &htp->ht_root, h);
9789 h = RBI_SEARCH(ipf_rb, &htp->ht_root, &k);
9795 (void) RBI_DELETE(ipf_rb, &htp->ht_root, h);
9815 RBI_INIT(ipf_rb, &head->ht_root);
9845 RBI_WALK(ipf_rb, &head->ht_root, ipf_rb_ht_freenode, NULL);
H A Dip_fil.h497 ipf_rb_head_t ht_root; member