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()
613 index < net->mpls.platform_labels; in find_free_label()
986 if (*index >= net->mpls.platform_labels) { in mpls_label_ok()
992 *index = array_index_nospec(*index, net->mpls.platform_labels); in mpls_label_ok()
1533 for (index = 0; index < net->mpls.platform_labels; index++) { in mpls_ifdown()
1613 for (index = 0; index < net->mpls.platform_labels; index++) { in mpls_ifup()
[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