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

/freebsd-13-stable/sys/net/
H A Dradix.h184 struct radix_node *rn_match(void *, struct radix_head *);
H A Dradix.c227 x = rn_match(v_arg, head);
238 if ((x = rn_match(v_arg, head)) == NULL)
274 rn_match(void *v_arg, struct radix_head *head) function
1152 rnh->rnh_matchaddr = rn_match;
H A Droute.c130 rh->rnh_matchaddr = rn_match;
/freebsd-13-stable/sys/netinet6/
H A Din6_fib_algo.c109 ent = (struct radix6_addr_entry *)(rn_match(&addr6, &rnh->rh));
267 rn = rn_match((void *)&sin6, &rh->head);
/freebsd-13-stable/sbin/routed/
H A Dradix.c64 static struct radix_node *rn_match(void *v_arg, struct radix_node_head *head);
172 x = rn_match(v_arg, head);
201 rn_match(void *v_arg, function
869 rnh->rnh_matchaddr = rn_match;
/freebsd-13-stable/sys/netinet/
H A Din_fib_algo.c536 ent = (struct radix4_addr_entry *)(rn_match(&addr4, &rnh->rh));
695 rn = rn_match((void *)&sin4, &rh->head);
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_table.c780 ke = (struct pfr_kentry *)rn_match(&sa, head);
2031 ke = (struct pfr_kentry *)rn_match(&sin, &kt->pfrkt_ip4->rh);
2046 ke = (struct pfr_kentry *)rn_match(&sin6, &kt->pfrkt_ip6->rh);
2082 ke = (struct pfr_kentry *)rn_match(&sin, &kt->pfrkt_ip4->rh);
2097 ke = (struct pfr_kentry *)rn_match(&sin6, &kt->pfrkt_ip6->rh);
2241 ke2 = (struct pfr_kentry *)rn_match(&uaddr,
2245 ke2 = (struct pfr_kentry *)rn_match(&uaddr,

Completed in 188 milliseconds