Home
last modified time | relevance | path

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

/linux-3.4.99/net/decnet/
Ddn_fib.c169 nhp = RTNH_NEXT(nhp); in dn_fib_count_nhs()
192 nhp = RTNH_NEXT(nhp); in dn_fib_get_nhs()
Ddn_table.c262 nhp = RTNH_NEXT(nhp); in dn_fib_nh_match()
/linux-3.4.99/include/linux/
Drtnetlink.h322 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro