Searched refs:mpls_route (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/net/netns/
H A Dmpls.h11 struct mpls_route;
18 struct mpls_route __rcu * __rcu *platform_label;
/linux-master/net/mpls/
H A Daf_mpls.c31 /* max memory we will use for mpls_route */
74 static void rtmsg_lfib(int event, u32 label, struct mpls_route *rt,
78 static struct mpls_route *mpls_route_input_rcu(struct net *net, unsigned index)
80 struct mpls_route *rt = NULL;
83 struct mpls_route __rcu **platform_label =
96 static u8 *__mpls_nh_via(struct mpls_route *rt, struct mpls_nh *nh)
101 static const u8 *mpls_nh_via(const struct mpls_route *rt,
104 return __mpls_nh_via((struct mpls_route *)rt, (struct mpls_nh *)nh);
157 static u32 mpls_multipath_hash(struct mpls_route *rt, struct sk_buff *skb)
224 static struct mpls_nh *mpls_get_nexthop(struct mpls_route *r
[all...]
H A Dinternal.h126 * | mpls_route |
143 struct mpls_route { /* next hop label forwarding entry */ struct

Completed in 211 milliseconds