Searched refs:rn_match (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | in6_fib_algo.c | 108 ent = (struct radix6_addr_entry *)(rn_match(&addr6, &rnh->rh)); in lradix6_lookup() 266 rn = rn_match((void *)&sin6, &rh->head); in radix6_lookup()
|
/freebsd/sbin/routed/ |
H A D | radix.c | 57 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 D | radix.c | 224 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 D | radix.h | 182 struct radix_node *rn_match(const void *, struct radix_head *);
|
H A D | route.c | 132 rh->rnh_matchaddr = rn_match; in rt_table_init()
|
/freebsd/sys/netinet/ |
H A D | in_fib_algo.c | 535 ent = (struct radix4_addr_entry *)(rn_match(&addr4, &rnh->rh)); in lradix4_lookup() 694 rn = rn_match((void *)&sin4, &rh->head); in radix4_lookup()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_table.c | 775 ke = (struct pfr_kentry *)rn_match(&sa, head); in pfr_lookup_addr() 2078 ke = (struct pfr_kentry *)rn_match(&sin, &kt->pfrkt_ip4->rh); in pfr_match_addr() 2093 ke = (struct pfr_kentry *)rn_match(&sin6, &kt->pfrkt_ip6->rh); in pfr_match_addr() 2131 ke = (struct pfr_kentry *)rn_match(&sin, &kt->pfrkt_ip4->rh); in pfr_update_stats() 2146 ke = (struct pfr_kentry *)rn_match(&sin6, &kt->pfrkt_ip6->rh); in pfr_update_stats() 2348 ke2 = (struct pfr_kentry *)rn_match(&uaddr, in pfr_pool_get() 2352 ke2 = (struct pfr_kentry *)rn_match(&uaddr, in pfr_pool_get()
|