Searched refs:finalize_nhop (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/net/route/ |
| HD | nhop_ctl.c | 88 static int finalize_nhop(struct nh_control *ctl, struct nhop_object *nh, bool link); 357 *perror = finalize_nhop(rnh->nh_control, nh, true); in nhop_get_nhop_internal() 380 return (finalize_nhop(rnh->nh_control, nh, false)); in nhop_get_unlinked() 489 finalize_nhop(struct nh_control *ctl, struct nhop_object *nh, bool link) in finalize_nhop() function
|
| /freebsd-14-stable/sys/netlink/route/ |
| HD | rt.c | 713 finalize_nhop(struct nhop_object *nh, const struct sockaddr *dst, int *perror) in finalize_nhop() function 843 *pnh = finalize_nhop(nh, attrs->rta_dst, &error); in create_nexthop_one() 931 nh = finalize_nhop(nh, attrs->rta_dst, perror); in create_nexthop_from_attrs()
|