Home
last modified time | relevance | path

Searched defs:rtnh (Results 1 – 3 of 3) sorted by relevance

/third_party/libnl/lib/route/
Dnexthop_encap.c70 struct rtnl_nexthop *rtnh) in nh_encap_parse_msg()
Droute_obj.c1026 struct rtnexthop *rtnh = nla_data(attr); in parse_multipath() local
1447 struct rtnexthop *rtnh; in rtnl_route_build_msg() local
/third_party/libnl/include/linux-private/linux/
Drtnetlink.h384 #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))) argument
389 #define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) + RTNH_LENGTH(0))) argument