Searched refs:rn_addroute (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | radix.h | 179 struct radix_node *rn_addroute(void *, void *, struct radix_head *,
|
| H A D | radix.c | 595 rn_addroute(void *v_arg, void *n_arg, struct radix_head *head, in rn_addroute() function 1150 rnh->rnh_addaddr = rn_addroute; in rn_inithead()
|
| H A D | route.c | 128 rh->rnh_addaddr = rn_addroute; in rt_table_init()
|
| /f-stack/tools/compat/include/net/ |
| H A D | radix.h | 179 struct radix_node *rn_addroute(void *, void *, struct radix_head *,
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_table.c | 977 rn = rn_addroute(&ke->pfrke_sa, &mask, head, ke->pfrke_node); in pfr_route_kentry() 979 rn = rn_addroute(&ke->pfrke_sa, NULL, head, ke->pfrke_node); in pfr_route_kentry()
|