Searched refs:finalize_nhop (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/net/route/ |
| H A D | nhop_ctl.c | 87 static int finalize_nhop(struct nh_control *ctl, struct nhop_object *nh, bool link); 374 *perror = finalize_nhop(rnh->nh_control, nh, true); in nhop_get_nhop_internal() 397 return (finalize_nhop(rnh->nh_control, nh, false)); in nhop_get_unlinked() 507 finalize_nhop(struct nh_control *ctl, struct nhop_object *nh, bool link) in finalize_nhop() function
|
| /freebsd/sys/netlink/route/ |
| H A D | rt.c | 752 finalize_nhop(struct nhop_object *nh, const struct sockaddr *dst, int *perror) in finalize_nhop() function 882 *pnh = finalize_nhop(nh, attrs->rta_dst, &error); in create_nexthop_one() 975 nh = finalize_nhop(nh, attrs->rta_dst, perror); in create_nexthop_from_attrs()
|