Searched refs:ht_root (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | fil.c | 9748 h = RBI_SEARCH(ipf_rb, &htp->ht_root, &k); 9766 RBI_INSERT(ipf_rb, &htp->ht_root, h); 9805 h = RBI_SEARCH(ipf_rb, &htp->ht_root, &k); 9811 (void) RBI_DELETE(ipf_rb, &htp->ht_root, h); 9831 RBI_INIT(ipf_rb, &head->ht_root); 9861 RBI_WALK(ipf_rb, &head->ht_root, ipf_rb_ht_freenode, NULL);
|
| H A D | ip_fil.h | 497 ipf_rb_head_t ht_root; member
|