Home
last modified time | relevance | path

Searched refs:ipf_rb (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h14 #include "netinet/ipf_rb.h"
486 RBI_LINK(ipf_rb, host_node_s);
489 RBI_FIELD(ipf_rb) hn_entry;
494 typedef RBI_HEAD(ipf_rb, host_node_s) ipf_rb_head_t;
H A Dfil.c9516 host_node_t RBI_ZERO(ipf_rb);
9517 RBI_CODE(ipf_rb, host_node_t, hn_entry, ipf_ht_node_cmp) argument
9658 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);
/freebsd/include/
H A DMakefile213 ipf_rb.h \