Home
last modified time | relevance | path

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

/linux/net/mpls/
H A Daf_mpls.c86 static struct mpls_route __rcu **mpls_platform_label_rcu(struct net *net, size_t *platform_labels) in mpls_platform_label_rcu() argument
94 *platform_labels = net->mpls.platform_labels; in mpls_platform_label_rcu()
103 size_t platform_labels; in mpls_route_input_rcu() local
105 platform_label = mpls_platform_label_rcu(net, &platform_labels); in mpls_route_input_rcu()
107 if (index >= platform_labels) in mpls_route_input_rcu()
612 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