Searched refs:mpls_route (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/mpls/ |
D | af_mpls.c | 35 static void rtmsg_lfib(int event, u32 label, struct mpls_route *rt, 39 static struct mpls_route *mpls_route_input_rcu(struct net *net, unsigned index) in mpls_route_input_rcu() 41 struct mpls_route *rt = NULL; in mpls_route_input_rcu() 44 struct mpls_route __rcu **platform_label = in mpls_route_input_rcu() 62 static u8 *__mpls_nh_via(struct mpls_route *rt, struct mpls_nh *nh) in __mpls_nh_via() 70 static const u8 *mpls_nh_via(const struct mpls_route *rt, in mpls_nh_via() 73 return __mpls_nh_via((struct mpls_route *)rt, (struct mpls_nh *)nh); in mpls_nh_via() 101 static struct mpls_nh *mpls_select_multipath(struct mpls_route *rt, in mpls_select_multipath() 175 static bool mpls_egress(struct mpls_route *rt, struct sk_buff *skb, in mpls_egress() 228 struct mpls_route *rt; in mpls_forward() [all …]
|
D | internal.h | 71 struct mpls_route { /* next hop label forwarding entry */ struct
|
/linux-4.4.14/include/net/netns/ |
D | mpls.h | 8 struct mpls_route; 13 struct mpls_route __rcu * __rcu *platform_label;
|