Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Drtnetlink.h272 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Drtnetlink.h303 #define RTNH_NEXT(rtnh) ((struct rtnexthop *) (((char *) (rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
/kernel/linux/linux-5.10/include/uapi/linux/
Drtnetlink.h411 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro