Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netpfil/ipfilter/netinet/
H A Dfil.c9658 h = RBI_SEARCH(ipf_rb, &htp->ht_root, &k);
9676 RBI_INSERT(ipf_rb, &htp->ht_root, h);
9715 h = RBI_SEARCH(ipf_rb, &htp->ht_root, &k);
9721 (void) RBI_DELETE(ipf_rb, &htp->ht_root, h);
9741 RBI_INIT(ipf_rb, &head->ht_root);
9771 RBI_WALK(ipf_rb, &head->ht_root, ipf_rb_ht_freenode, NULL);
H A Dip_fil.h500 ipf_rb_head_t ht_root; member