Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dradix.h180 struct radix_node *rn_lookup (const void *v_arg, const void *m_arg,
H A Dradix.c209 rn_lookup(const void *v_arg, const void *m_arg, struct radix_head *head) in rn_lookup() function
1166 rnh->rnh_lookup = rn_lookup; in rn_inithead()
H A Droute.c133 rh->rnh_lookup = rn_lookup; in rt_table_init()
/freebsd/sbin/routed/
H A Dradix.c154 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup() function
863 rnh->rnh_lookup = rn_lookup; in rn_inithead()
/freebsd/sys/netpfil/pf/
H A Dpf_table.c771 ke = (struct pfr_kentry *)rn_lookup(&sa, &mask, head); in pfr_lookup_addr()