Searched refs:mpls_route (Results 1 – 3 of 3) sorted by relevance
/linux/net/mpls/ |
H A D | af_mpls.c | 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) in mpls_route_input_rcu() 80 struct mpls_route *rt = NULL; in mpls_route_input_rcu() 83 struct mpls_route __rcu **platform_label = in mpls_route_input_rcu() 96 static u8 *__mpls_nh_via(struct mpls_route *rt, struct mpls_nh *nh) in __mpls_nh_via() 101 static const u8 *mpls_nh_via(const struct mpls_route *rt, in mpls_nh_via() 104 return __mpls_nh_via((struct mpls_route *)rt, (struct mpls_nh *)nh); in mpls_nh_via() 157 static u32 mpls_multipath_hash(struct mpls_route *rt, struct sk_buff *skb) in mpls_multipath_hash() 224 static struct mpls_nh *mpls_get_nexthop(struct mpls_route *rt, u8 index) in mpls_get_nexthop() 234 static const struct mpls_nh *mpls_select_multipath(struct mpls_route *rt, in mpls_select_multipath() [all …]
|
H A D | internal.h | 143 struct mpls_route { /* next hop label forwarding entry */ struct
|
/linux/include/net/netns/ |
H A D | mpls.h | 11 struct mpls_route; 18 struct mpls_route __rcu * __rcu *platform_label;
|