Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Droute_var.h259 int nhop_create_from_info(struct rib_head *rnh, struct rt_addrinfo *info,
H A Dnhop_ctl.c256 nhop_create_from_info(struct rib_head *rnh, struct rt_addrinfo *info, in nhop_create_from_info() function
H A Droute_ctl.c766 error = nhop_create_from_info(rnh, info, &nh); in add_route_byinfo()