Searched refs:RTNH_NEXT (Results 1 – 3 of 3) sorted by relevance
157 nhp = RTNH_NEXT(nhp); in dn_fib_count_nhs()184 nhp = RTNH_NEXT(nhp); in dn_fib_get_nhs()
266 nhp = RTNH_NEXT(nhp); in dn_fib_nh_match()
348 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro