Searched refs:RTNH_NEXT (Results 1 – 4 of 4) sorted by relevance
163 nhp = RTNH_NEXT(nhp); in dn_fib_count_nhs()186 nhp = RTNH_NEXT(nhp); in dn_fib_get_nhs()
264 nhp = RTNH_NEXT(nhp); in dn_fib_nh_match()
222 nhp = RTNH_NEXT(nhp); in fib_count_nexthops()246 nhp = RTNH_NEXT(nhp); in fib_get_nhs()296 nhp = RTNH_NEXT(nhp); in fib_nh_match()
244 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro