Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Droute_rtentry.c82 rt_alloc(struct rib_head *rnh, const struct sockaddr *dst, in rt_alloc() function
H A Droute_ctl.c503 if ((rt = rt_alloc(rnh, dst, netmask)) == NULL) { in rib_add_route_px()
659 struct rtentry *rt_new = rt_alloc(rh_dst, rt_key(rt), rt_mask(rt)); in rib_copy_route()
763 if ((rt = rt_alloc(rnh, dst, netmask)) == NULL) in add_route_byinfo()
H A Droute_var.h236 struct rtentry *rt_alloc(struct rib_head *rnh, const struct sockaddr *dst,