Home
last modified time | relevance | path

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

/xnu-8020.121.3/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()
2235 ke = (struct pfr_kentry *)rn_match(&pfr_sin, kt->pfrkt_ip4); in pfr_match_addr()
2243 ke = (struct pfr_kentry *)rn_match(&pfr_sin6, kt->pfrkt_ip6); in pfr_match_addr()
2277 ke = (struct pfr_kentry *)rn_match(&pfr_sin, kt->pfrkt_ip4); in pfr_update_stats()
2285 ke = (struct pfr_kentry *)rn_match(&pfr_sin6, kt->pfrkt_ip6); in pfr_update_stats()
2431 ke2 = (struct pfr_kentry *)rn_match(&pfr_sin, in pfr_pool_get()
2434 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()