Home
last modified time | relevance | path

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

/external/iproute2/include/linux/
Drtnetlink.h321 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
/external/kernel-headers/original/linux/
Drtnetlink.h322 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro