Lines Matching refs:mpls_nh
89 struct mpls_nh { /* next hop label forwarding entry */
104 /* offset of via from beginning of mpls_nh */
106 ALIGN(sizeof(struct mpls_nh) + (num_labels) * sizeof(u32), \
128 * | mpls_nh 0 |
138 * | mpls_nh n-1 |
157 struct mpls_nh rt_nh[];
161 int nhsel; struct mpls_nh *nh; u8 *__nh; \
164 __nh += rt->rt_nh_size, nh = (struct mpls_nh *)__nh, nhsel++)
167 int nhsel; struct mpls_nh *nh; u8 *__nh; \
168 for (nhsel = 0, nh = (struct mpls_nh *)((rt)->rt_nh), \
171 __nh += rt->rt_nh_size, nh = (struct mpls_nh *)__nh, nhsel++)