Home
last modified time | relevance | path

Searched refs:platform_labels (Results 1 – 5 of 5) sorted by relevance

/linux/net/mpls/
H A Daf_mpls.c85 static struct mpls_route __rcu **mpls_platform_label_rcu(struct net *net, size_t *platform_labels) in mpls_platform_label_rcu() argument
93 *platform_labels = net->mpls.platform_labels; in mpls_platform_label_rcu()
102 size_t platform_labels; in mpls_route_input_rcu() local
104 platform_label = mpls_platform_label_rcu(net, &platform_labels); in mpls_route_input_rcu()
106 if (index >= platform_labels) in mpls_route_input_rcu()
611 index < net->mpls.platform_labels; in find_free_label()
982 if (*index >= net->mpls.platform_labels) { in mpls_label_ok()
984 "Label >= configured maximum in platform_labels"); in mpls_label_ok()
988 *index = array_index_nospec(*index, net->mpls.platform_labels); in mpls_label_ok()
2231 size_t platform_labels; mpls_dump_routes() local
2689 int platform_labels = net->mpls.platform_labels; mpls_platform_labels() local
2776 size_t platform_labels; mpls_net_exit() local
[all...]
/linux/include/net/netns/
H A Dmpls.h17 size_t platform_labels; member
/linux/Documentation/networking/
H A Dmpls-sysctl.rst10 platform_labels - INTEGER
/linux/tools/testing/selftests/net/
H A Dbareudp.sh241 ip netns exec "${NS1}" sysctl -qw net.mpls.platform_labels=256
242 ip netns exec "${NS2}" sysctl -qw net.mpls.platform_labels=256
/linux/tools/testing/selftests/bpf/
H A Dtest_tc_tunnel.sh