Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net/
Dradix.h182 struct radix_node *rn_lookup (void *v_arg, void *m_arg,
Dradix.c217 rn_lookup(void *v_arg, void *m_arg, struct radix_head *head) in rn_lookup() function
1176 rnh->rnh_lookup = rn_lookup; in rn_inithead()
Droute.c359 rh->rnh_lookup = rn_lookup; in rt_table_init()
/freebsd-12-stable/sbin/routed/
Dradix.c168 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup() function
877 rnh->rnh_lookup = rn_lookup; in rn_inithead()
/freebsd-12-stable/sys/netpfil/pf/
Dpf_table.c778 ke = (struct pfr_kentry *)rn_lookup(&sa, &mask, head); in pfr_lookup_addr()