Searched refs:host_node_t (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | fil.c | 9512 static void ipf_ht_node_make_key(host_track_t *, host_node_t *, int, 9515 host_node_t RBI_ZERO(ipf_rb); 9516 RBI_CODE(ipf_rb, host_node_t, hn_entry, ipf_ht_node_cmp) argument 9581 ipf_ht_node_make_key(host_track_t *htp, host_node_t *key, int family, 9652 host_node_t *h; 9653 host_node_t k; 9661 KMALLOC(h, host_node_t *); 9709 host_node_t *h; 9710 host_node_t k; 9753 ipf_rb_ht_freenode(host_node_t *node, void *arg)
|
H A D | ip_fil.h | 492 } host_node_t; typedef 1860 extern void ipf_rb_ht_freenode(host_node_t *, void *);
|