Home
last modified time | relevance | path

Searched refs:rn_lookup (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net/
H A Dradix.h182 struct radix_node *rn_lookup (void *v_arg, void *m_arg,
H A Dradix.c212 rn_lookup(void *v_arg, void *m_arg, struct radix_head *head) in rn_lookup() function
1153 rnh->rnh_lookup = rn_lookup; in rn_inithead()
H A Droute.c131 rh->rnh_lookup = rn_lookup; in rt_table_init()
/f-stack/tools/compat/include/net/
H A Dradix.h182 struct radix_node *rn_lookup (void *v_arg, void *m_arg,
/f-stack/freebsd/netpfil/pf/
H A Dpf_table.c776 ke = (struct pfr_kentry *)rn_lookup(&sa, &mask, head); in pfr_lookup_addr()