Home
last modified time | relevance | path

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

/linux/net/mpls/
H A Daf_mpls.c79 struct mpls_route __rcu **platform_label; in mpls_route_input() local
81 platform_label = mpls_dereference(net, net->mpls.platform_label); in mpls_route_input()
82 return mpls_dereference(net, platform_label[index]); in mpls_route_input()
87 struct mpls_route __rcu **platform_label; in mpls_platform_label_rcu() local
92 platform_label = rcu_dereference(net->mpls.platform_label); in mpls_platform_label_rcu()
96 return platform_label; in mpls_platform_label_rcu()
101 struct mpls_route __rcu **platform_label; in mpls_route_input_rcu() local
104 platform_label in mpls_route_input_rcu()
593 struct mpls_route __rcu **platform_label; mpls_route_update() local
2226 struct mpls_route __rcu **platform_label; mpls_dump_routes() local
2775 struct mpls_route __rcu **platform_label; mpls_net_exit() local
[all...]
/linux/include/net/netns/
H A Dmpls.h18 struct mpls_route __rcu * __rcu *platform_label; member