Searched refs:rn_match (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/contrib/ipfilter/ |
| D | radix_ipf.h | 179 # define rn_match ipf_rn_match macro 209 *rn_match __P((void *, struct radix_node_head *)),
|
| D | radix.c | 113 struct radix_node *rn_match __P((void *, struct radix_node_head *)); 228 x = rn_match(v_arg, head); 260 rn_match(v_arg, head) in rn_match() function 1032 rnh->rnh_matchaddr = rn_match;
|
| /freebsd-9-stable/sys/netatalk/ |
| D | at_rmx.c | 83 return (rn_match(v_arg, head)); in at_matroute()
|
| /freebsd-9-stable/sys/contrib/pf/net/ |
| D | pf_table.c | 915 ke = (struct pfr_kentry *)rn_match(&sa, head); in pfr_lookup_addr() 2196 ke = (struct pfr_kentry *)rn_match(&V_pfr_sin, kt->pfrkt_ip4); in pfr_match_addr() 2199 ke = (struct pfr_kentry *)rn_match(&pfr_sin, kt->pfrkt_ip4); in pfr_match_addr() 2209 ke = (struct pfr_kentry *)rn_match(&V_pfr_sin6, kt->pfrkt_ip6); in pfr_match_addr() 2212 ke = (struct pfr_kentry *)rn_match(&pfr_sin6, kt->pfrkt_ip6); in pfr_match_addr() 2243 ke = (struct pfr_kentry *)rn_match(&V_pfr_sin, kt->pfrkt_ip4); in pfr_update_stats() 2246 ke = (struct pfr_kentry *)rn_match(&pfr_sin, kt->pfrkt_ip4); in pfr_update_stats() 2256 ke = (struct pfr_kentry *)rn_match(&V_pfr_sin6, kt->pfrkt_ip6); in pfr_update_stats() 2259 ke = (struct pfr_kentry *)rn_match(&pfr_sin6, kt->pfrkt_ip6); in pfr_update_stats() 2417 ke2 = (struct pfr_kentry *)rn_match(&V_pfr_sin, in pfr_pool_get() [all …]
|
| /freebsd-9-stable/sys/netinet/ |
| D | in_rmx.c | 110 struct radix_node *rn = rn_match(v_arg, head); in in_matroute() 336 rnh->rnh_matchaddr = (val != 0) ? rn_match : in_matroute; in in_setmatchfunc()
|
| /freebsd-9-stable/sbin/routed/ |
| D | radix.c | 69 static struct radix_node *rn_match(void *v_arg, struct radix_node_head *head); 176 x = rn_match(v_arg, head); in rn_lookup() 205 rn_match(void *v_arg, in rn_match() function 873 rnh->rnh_matchaddr = rn_match; in rn_inithead()
|
| /freebsd-9-stable/sys/net/ |
| D | radix.c | 241 x = rn_match(v_arg, head); in rn_lookup() 252 if ((x = rn_match(v_arg, head)) == NULL) in rn_lookup() 288 rn_match(void *v_arg, struct radix_node_head *head) in rn_match() function 1163 rnh->rnh_matchaddr = rn_match; in rn_inithead_internal()
|
| D | radix.h | 177 *rn_match(void *, struct radix_node_head *);
|