Searched refs:mpls_route (Results 1 – 2 of 2) sorted by relevance
/net/mpls/ |
D | af_mpls.c | 73 static void rtmsg_lfib(int event, u32 label, struct mpls_route *rt, 77 static struct mpls_route *mpls_route_input_rcu(struct net *net, unsigned index) in mpls_route_input_rcu() 79 struct mpls_route *rt = NULL; in mpls_route_input_rcu() 82 struct mpls_route __rcu **platform_label = in mpls_route_input_rcu() 95 static u8 *__mpls_nh_via(struct mpls_route *rt, struct mpls_nh *nh) in __mpls_nh_via() 100 static const u8 *mpls_nh_via(const struct mpls_route *rt, in mpls_nh_via() 103 return __mpls_nh_via((struct mpls_route *)rt, (struct mpls_nh *)nh); in mpls_nh_via() 156 static u32 mpls_multipath_hash(struct mpls_route *rt, struct sk_buff *skb) in mpls_multipath_hash() 223 static struct mpls_nh *mpls_get_nexthop(struct mpls_route *rt, u8 index) in mpls_get_nexthop() 233 static struct mpls_nh *mpls_select_multipath(struct mpls_route *rt, in mpls_select_multipath() [all …]
|
D | internal.h | 143 struct mpls_route { /* next hop label forwarding entry */ struct
|