Home
last modified time | relevance | path

Searched refs:pnh (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet6/
H A Dip6_fastfwd.c62 ip6_findroute(struct nhop_object **pnh, const struct sockaddr_in6 *dst, in ip6_findroute() argument
89 *pnh = nh; in ip6_findroute()
/freebsd/sys/netinet/
H A Dip_fastfwd.c196 ip_findroute(struct nhop_object **pnh, struct in_addr dest, struct mbuf *m) in ip_findroute() argument
223 *pnh = nh; in ip_findroute()
/freebsd/sys/net/route/
H A Dnhop_ctl.c454 struct rt_addrinfo *info, struct nhop_object **pnh) in nhop_create_from_nhop() argument
474 *pnh = nhop_get_nhop(nh, &error); in nhop_create_from_nhop()
/freebsd/sys/netlink/route/
H A Drt.c858 struct nl_pstate *npt, struct nhop_object **pnh) in create_nexthop_one() argument
882 *pnh = finalize_nhop(nh, attrs->rta_dst, &error); in create_nexthop_one()