Home
last modified time | relevance | path

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

/Linux-v6.1/net/mpls/
Daf_mpls.c81 if (index < net->mpls.platform_labels) { in mpls_route_input_rcu()
574 size_t platform_labels; in find_free_label() local
578 platform_labels = net->mpls.platform_labels; in find_free_label()
579 for (index = MPLS_LABEL_FIRST_UNRESERVED; index < platform_labels; in find_free_label()
952 if (is_ok && *index >= net->mpls.platform_labels) { in mpls_label_ok()
958 *index = array_index_nospec(*index, net->mpls.platform_labels); in mpls_label_ok()
1501 for (index = 0; index < net->mpls.platform_labels; index++) { in mpls_ifdown()
1578 for (index = 0; index < net->mpls.platform_labels; index++) { in mpls_ifup()
2178 size_t platform_labels; in mpls_dump_routes() local
2204 platform_labels = net->mpls.platform_labels; in mpls_dump_routes()
[all …]
/Linux-v6.1/include/net/netns/
Dmpls.h17 size_t platform_labels; member
/Linux-v6.1/Documentation/networking/
Dmpls-sysctl.rst10 platform_labels - INTEGER
/Linux-v6.1/tools/testing/selftests/net/
Dbareudp.sh273 ip netns exec "${NS1}" sysctl -qw net.mpls.platform_labels=256
274 ip netns exec "${NS2}" sysctl -qw net.mpls.platform_labels=256
/Linux-v6.1/tools/testing/selftests/bpf/
Dtest_tc_tunnel.sh262 ip netns exec "${ns2}" sysctl -qw net.mpls.platform_labels=65536