Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dpf_table.c901 ke = (struct pfr_kentry *)rn_match(&sa, head); in pfr_lookup_addr()
2255 ke = (struct pfr_kentry *)rn_match(&pfr_sin, kt->pfrkt_ip4); in pfr_match_addr()
2263 ke = (struct pfr_kentry *)rn_match(&pfr_sin6, kt->pfrkt_ip6); in pfr_match_addr()
2297 ke = (struct pfr_kentry *)rn_match(&pfr_sin, kt->pfrkt_ip4); in pfr_update_stats()
2305 ke = (struct pfr_kentry *)rn_match(&pfr_sin6, kt->pfrkt_ip6); in pfr_update_stats()
2451 ke2 = (struct pfr_kentry *)rn_match(&pfr_sin, in pfr_pool_get()
2454 ke2 = (struct pfr_kentry *)rn_match(&pfr_sin6, in pfr_pool_get()
H A Dradix.h450 struct radix_node *rn_match(void *, struct radix_node_head *);
H A Dradix.c384 rn_match(void *v_arg, struct radix_node_head *head) in rn_match() function
1410 rnh->rnh_matchaddr = rn_match; in rn_inithead()