__nh 161 net/mpls/internal.h int nhsel; struct mpls_nh *nh; u8 *__nh; \ __nh 162 net/mpls/internal.h for (nhsel = 0, nh = (rt)->rt_nh, __nh = (u8 *)((rt)->rt_nh); \ __nh 164 net/mpls/internal.h __nh += rt->rt_nh_size, nh = (struct mpls_nh *)__nh, nhsel++) __nh 167 net/mpls/internal.h int nhsel; struct mpls_nh *nh; u8 *__nh; \ __nh 169 net/mpls/internal.h __nh = (u8 *)((rt)->rt_nh); \ __nh 171 net/mpls/internal.h __nh += rt->rt_nh_size, nh = (struct mpls_nh *)__nh, nhsel++)