Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Din6_fib_algo.c109 ent = (struct radix6_addr_entry *)(rn_match(&addr6, &rnh->rh)); in lradix6_lookup()
267 rn = rn_match((void *)&sin6, &rh->head); in radix6_lookup()
/f-stack/freebsd/net/
H A Dradix.h184 struct radix_node *rn_match(void *, struct radix_head *);
H A Dradix.c227 x = rn_match(v_arg, head); in rn_lookup()
238 if ((x = rn_match(v_arg, head)) == NULL) in rn_lookup()
274 rn_match(void *v_arg, struct radix_head *head) in rn_match() function
1152 rnh->rnh_matchaddr = rn_match; in rn_inithead()
H A Droute.c130 rh->rnh_matchaddr = rn_match; in rt_table_init()
/f-stack/tools/compat/include/net/
H A Dradix.h184 struct radix_node *rn_match(void *, struct radix_head *);
/f-stack/freebsd/netinet/
H A Din_fib_algo.c536 ent = (struct radix4_addr_entry *)(rn_match(&addr4, &rnh->rh)); in lradix4_lookup()
695 rn = rn_match((void *)&sin4, &rh->head); in radix4_lookup()
/f-stack/freebsd/netpfil/pf/
H A Dpf_table.c780 ke = (struct pfr_kentry *)rn_match(&sa, head); in pfr_lookup_addr()
2030 ke = (struct pfr_kentry *)rn_match(&sin, &kt->pfrkt_ip4->rh); in pfr_match_addr()
2045 ke = (struct pfr_kentry *)rn_match(&sin6, &kt->pfrkt_ip6->rh); in pfr_match_addr()
2081 ke = (struct pfr_kentry *)rn_match(&sin, &kt->pfrkt_ip4->rh); in pfr_update_stats()
2096 ke = (struct pfr_kentry *)rn_match(&sin6, &kt->pfrkt_ip6->rh); in pfr_update_stats()
2240 ke2 = (struct pfr_kentry *)rn_match(&uaddr, in pfr_pool_get()
2244 ke2 = (struct pfr_kentry *)rn_match(&uaddr, in pfr_pool_get()