Searched refs:RTNH_NEXT (Results 1 – 6 of 6) sorted by relevance
159 nh = RTNH_NEXT(nh); in print_mroute()
706 nh = RTNH_NEXT(nh); in print_route()838 rtnh = RTNH_NEXT(rtnh); in parse_nexthops()
322 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
371 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
386 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
996 rtnh = RTNH_NEXT(rtnh); in parse_multipath()