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.c90 if (index >= net->mpls.platform_labels) in mpls_route_input_rcu()
596 index < net->mpls.platform_labels; in find_free_label()
970 if (*index >= net->mpls.platform_labels) { in mpls_label_ok()
976 *index = array_index_nospec(*index, net->mpls.platform_labels); in mpls_label_ok()
1517 for (index = 0; index < net->mpls.platform_labels; index++) { in mpls_ifdown()
1597 for (index = 0; index < net->mpls.platform_labels; index++) { in mpls_ifup()
2219 size_t platform_labels; in mpls_dump_routes() local
2244 platform_labels = net->mpls.platform_labels; in mpls_dump_routes()
2249 for (; index < platform_labels; index++) { in mpls_dump_routes()
2439 if (in_label < net->mpls.platform_labels) in mpls_getroute()
[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