Searched refs:RTNH_NEXT (Results 1 – 6 of 6) sorted by relevance
170 nh = RTNH_NEXT(nh); in print_mroute()
698 nh = RTNH_NEXT(nh); in print_route()809 rtnh = RTNH_NEXT(rtnh); in parse_nexthops()
314 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
354 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
356 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
900 rtnh = RTNH_NEXT(rtnh); in parse_multipath()