Home
last modified time | relevance | path

Searched refs:rn_match (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netinet6/
H A Din6_fib_algo.c107 ent = (struct radix6_addr_entry *)(rn_match(&addr6, &rnh->rh)); in lradix6_lookup()
265 rn = rn_match((void *)&sin6, &rh->head); in radix6_lookup()
/freebsd/sbin/routed/
H A Dradix.c57 static struct radix_node *rn_match(void *v_arg, struct radix_node_head *head);
165 x = rn_match(v_arg, head); in rn_lookup()
194 rn_match(void *v_arg, in rn_match() function
862 rnh->rnh_matchaddr = rn_match; in rn_inithead()
/freebsd/sys/net/
H A Dradix.c224 x = rn_match(v_arg, head); in rn_lookup()
235 if ((x = rn_match(v_arg, head)) == NULL) in rn_lookup()
271 rn_match(const void *v_arg, struct radix_head *head) in rn_match() function
1165 rnh->rnh_matchaddr = rn_match; in rn_inithead()
H A Dradix.h182 struct radix_node *rn_match(const void *, struct radix_head *);
H A Droute.c131 rh->rnh_matchaddr = rn_match; in rt_table_init()
/freebsd/sys/netinet/
H A Din_fib_algo.c534 ent = (struct radix4_addr_entry *)(rn_match(&addr4, &rnh->rh)); in lradix4_lookup()
693 rn = rn_match((void *)&sin4, &rh->head); in radix4_lookup()
/freebsd/sys/netpfil/pf/
H A Dpf_table.c777 ke = (struct pfr_kentry *)rn_match(&sa, head); in pfr_lookup_addr()
2120 ke = (struct pfr_kentry *)rn_match(&sin, &kt->pfrkt_ip4->rh); in pfr_kentry_byaddr()
2135 ke = (struct pfr_kentry *)rn_match(&sin6, &kt->pfrkt_ip6->rh); in pfr_kentry_byaddr()
2187 ke = (struct pfr_kentry *)rn_match(&sin, &kt->pfrkt_ip4->rh); in pfr_update_stats()
2202 ke = (struct pfr_kentry *)rn_match(&sin6, &kt->pfrkt_ip6->rh); in pfr_update_stats()
2403 ke2 = (struct pfr_kentry *)rn_match(&uaddr, in pfr_pool_get()
2407 ke2 = (struct pfr_kentry *)rn_match(&uaddr, in pfr_pool_get()