Home
last modified time | relevance | path

Searched refs:rtnl_nexthop (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Dnl1_compat.h25 struct rtnl_nexthop {}; struct
27 static inline struct rtnl_nexthop *rtnl_route_nexthop_n( in rtnl_route_nexthop_n()
30 return (struct rtnl_nexthop *)r; in rtnl_route_nexthop_n()
33 static inline struct nl_addr *rtnl_route_nh_get_gateway(struct rtnl_nexthop *nh) in rtnl_route_nh_get_gateway()
38 static inline int rtnl_route_nh_get_ifindex(struct rtnl_nexthop *nh) in rtnl_route_nh_get_ifindex()
H A Dneigh.c523 struct rtnl_nexthop *nh = rtnl_route_nexthop_n(route, 0); in get_route_cb_parser()