Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dfil.c9662 h = RBI_SEARCH(ipf_rb, &htp->ht_root, &k);
9680 RBI_INSERT(ipf_rb, &htp->ht_root, h);
9719 h = RBI_SEARCH(ipf_rb, &htp->ht_root, &k);
9725 (void) RBI_DELETE(ipf_rb, &htp->ht_root, h);
9745 RBI_INIT(ipf_rb, &head->ht_root);
9775 RBI_WALK(ipf_rb, &head->ht_root, ipf_rb_ht_freenode, NULL);
H A Dip_fil.h499 ipf_rb_head_t ht_root; member