Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dfil.c9964 h = RBI_SEARCH(ipf_rb, &htp->ht_root, &k);
9982 RBI_INSERT(ipf_rb, &htp->ht_root, h);
10024 h = RBI_SEARCH(ipf_rb, &htp->ht_root, &k);
10030 (void) RBI_DELETE(ipf_rb, &htp->ht_root, h);
10051 RBI_INIT(ipf_rb, &head->ht_root);
10084 RBI_WALK(ipf_rb, &head->ht_root, ipf_rb_ht_freenode, NULL);
H A Dip_fil.h542 ipf_rb_head_t ht_root; member