Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c9965 h = RBI_SEARCH(ipf_rb, &htp->ht_root, &k);
9983 RBI_INSERT(ipf_rb, &htp->ht_root, h);
10025 h = RBI_SEARCH(ipf_rb, &htp->ht_root, &k);
10031 (void) RBI_DELETE(ipf_rb, &htp->ht_root, h);
10052 RBI_INIT(ipf_rb, &head->ht_root);
10085 RBI_WALK(ipf_rb, &head->ht_root, ipf_rb_ht_freenode, NULL);
H A Dip_fil.h496 ipf_rb_head_t ht_root; member