Home
last modified time | relevance | path

Searched refs:RTNH_NEXT (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/decnet/
Ddn_fib.c163 nhp = RTNH_NEXT(nhp); in dn_fib_count_nhs()
186 nhp = RTNH_NEXT(nhp); in dn_fib_get_nhs()
Ddn_table.c264 nhp = RTNH_NEXT(nhp); in dn_fib_nh_match()
/linux-2.4.37.9/net/ipv4/
Dfib_semantics.c222 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()
/linux-2.4.37.9/include/linux/
Drtnetlink.h244 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro