Home
last modified time | relevance | path

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

/third_party/libnl/include/linux-private/linux/
Drtnetlink.h386 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
/third_party/libnl/lib/route/
Droute_obj.c1108 rtnh = RTNH_NEXT(rtnh); in parse_multipath()