Searched refs:RTNH_NEXT (Results 1 – 3 of 3) sorted by relevance
426 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
624 rtnh = RTNH_NEXT(rtnh); in rtattr_read_nexthop()
1127 offset = (uint8_t *) RTNH_NEXT(rtnh) - (uint8_t *) rta; in append_nexthops()