Home
last modified time | relevance | path

Searched refs:mpls_nh (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/mpls/
Dinternal.h42 struct mpls_nh { /* next hop label forwarding entry */ struct
77 struct mpls_nh rt_nh[0];
81 int nhsel; struct mpls_nh *nh; \
87 int nhsel; struct mpls_nh *nh; \
88 for (nhsel = 0, nh = (struct mpls_nh *)((rt)->rt_nh); \
Daf_mpls.c62 static u8 *__mpls_nh_via(struct mpls_route *rt, struct mpls_nh *nh) in __mpls_nh_via()
71 const struct mpls_nh *nh) in mpls_nh_via()
73 return __mpls_nh_via((struct mpls_route *)rt, (struct mpls_nh *)nh); in mpls_nh_via()
76 static unsigned int mpls_nh_header_size(const struct mpls_nh *nh) in mpls_nh_header_size()
101 static struct mpls_nh *mpls_select_multipath(struct mpls_route *rt, in mpls_select_multipath()
229 struct mpls_nh *nh; in mpls_forward()
499 struct mpls_nh *nh, int oif) in find_outdev()
531 struct mpls_nh *nh, int oif) in mpls_nh_assign_dev()
564 struct mpls_nh *nh = rt->rt_nh; in mpls_nh_build_from_cfg()
595 struct mpls_nh *nh, int oif, in mpls_nh_build()
[all …]