Home
last modified time | relevance | path

Searched refs:RB_GENERATE (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netpfil/pf/
H A Dpf_ruleset.c78 RB_GENERATE(pf_kanchor_global, pf_kanchor, entry_global, pf_kanchor_compare);
79 RB_GENERATE(pf_kanchor_node, pf_kanchor, entry_node, pf_kanchor_compare);
H A Dpf_if.c100 static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compare);
H A Dpf_norm.c132 static RB_GENERATE(pf_frag_tree, pf_fragment, fr_entry, pf_frag_compare);
H A Dpf_table.c191 static RB_GENERATE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);
/f-stack/tools/compat/include/sys/
H A Dtree.h417 #define RB_GENERATE(name, type, field, cmp) \ macro
/f-stack/freebsd/sys/
H A Dtree.h447 #define RB_GENERATE(name, type, field, cmp) \ macro
/f-stack/freebsd/netinet6/
H A Din6_mcast.c101 RB_GENERATE(ip6_msource_tree, ip6_msource, im6s_link, ip6_msource_cmp);
/f-stack/freebsd/netinet/
H A Din_mcast.c3087 RB_GENERATE(ip_msource_tree, ip_msource, ims_link, ip_msource_cmp);
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c1487 RB_GENERATE(rack_rb_tree_head, rack_sendmap, r_next, rb_map_cmp);