Home
last modified time | relevance | path

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

/third_party/libnl/include/linux-private/linux/
Drtnetlink.h362 struct rtnexthop { struct
384 #define RTNH_OK(rtnh,len) ((rtnh)->rtnh_len >= sizeof(struct rtnexthop) && \ argument
386 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len)))
387 #define RTNH_LENGTH(len) (RTNH_ALIGN(sizeof(struct rtnexthop)) + (len))
/third_party/libnl/lib/route/
Droute_obj.c1026 struct rtnexthop *rtnh = nla_data(attr); in parse_multipath()
1447 struct rtnexthop *rtnh; in rtnl_route_build_msg()