Searched refs:RTNH_NEXT (Results 1 – 5 of 5) sorted by relevance
314 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
324 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
336 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
622 nh = RTNH_NEXT(nh); in print_route()693 rtnh = RTNH_NEXT(rtnh); in parse_nexthops()
900 rtnh = RTNH_NEXT(rtnh); in parse_multipath()