Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dradix.h218 struct radix_node *rn_match(void *, struct radix_node_head *);
H A Dpf_table.c897 ke = (struct pfr_kentry *)rn_match(&sa, head); in pfr_lookup_addr()
2253 ke = (struct pfr_kentry *)rn_match(&pfr_sin, kt->pfrkt_ip4); in pfr_match_addr()
2261 ke = (struct pfr_kentry *)rn_match(&pfr_sin6, kt->pfrkt_ip6); in pfr_match_addr()
2295 ke = (struct pfr_kentry *)rn_match(&pfr_sin, kt->pfrkt_ip4); in pfr_update_stats()
2303 ke = (struct pfr_kentry *)rn_match(&pfr_sin6, kt->pfrkt_ip6); in pfr_update_stats()
2449 ke2 = (struct pfr_kentry *)rn_match(&pfr_sin, in pfr_pool_get()
2452 ke2 = (struct pfr_kentry *)rn_match(&pfr_sin6, in pfr_pool_get()
H A Dradix.c271 rn_match(void *v_arg, struct radix_node_head *head) in rn_match() function
1235 rnh->rnh_matchaddr = rn_match; in rn_inithead()