Home
last modified time | relevance | path

Searched refs:rt_nh_size (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/mpls/
H A Dinternal.h154 u8 rt_nh_size; member
164 __nh += rt->rt_nh_size, nh = (struct mpls_nh *)__nh, nhsel++)
171 __nh += rt->rt_nh_size, nh = (struct mpls_nh *)__nh, nhsel++)
H A Daf_mpls.c225 return (struct mpls_nh *)((u8 *)rt->rt_nh + index * rt->rt_nh_size); in mpls_get_nexthop()
524 rt->rt_nh_size = nh_size; in mpls_rt_alloc()
1533 rt->rt_nh_size; in mpls_ifdown()
/kernel/linux/linux-6.6/net/mpls/
H A Dinternal.h154 u8 rt_nh_size; member
164 nh = (void *)nh + (rt)->rt_nh_size, nhsel++)
170 nh = (void *)nh + (rt)->rt_nh_size, nhsel++)
H A Daf_mpls.c226 return (struct mpls_nh *)((u8 *)rt->rt_nh + index * rt->rt_nh_size); in mpls_get_nexthop()
527 rt->rt_nh_size = nh_size; in mpls_rt_alloc()
1533 rt->rt_nh_size; in mpls_ifdown()

Completed in 10 milliseconds