Home
last modified time | relevance | path

Searched refs:rn_delete (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net/
H A Dradix.h181 struct radix_node *rn_delete(void *, void *, struct radix_head *);
H A Droute.c129 rh->rnh_deladdr = rn_delete; in rt_table_init()
144 x = (struct radix_node *)rn_delete(rn + 2, NULL, rnh); in rt_freeentry()
H A Dradix.c752 rn_delete(void *v_arg, void *netmask_arg, struct radix_head *head) in rn_delete() function
1151 rnh->rnh_deladdr = rn_delete; in rn_inithead()
1166 x = (struct radix_node *)rn_delete(rn + 2, NULL, rnh); in rn_freeentry()
/f-stack/tools/compat/include/net/
H A Dradix.h181 struct radix_node *rn_delete(void *, void *, struct radix_head *);
/f-stack/freebsd/netpfil/pf/
H A Dpf_table.c998 rn = rn_delete(&ke->pfrke_sa, &mask, head); in pfr_unroute_kentry()
1000 rn = rn_delete(&ke->pfrke_sa, NULL, head); in pfr_unroute_kentry()