Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mpls/
H A Daf_mpls.c81 if (index < net->mpls.platform_labels) { in mpls_route_input_rcu()
572 size_t platform_labels; in find_free_label() local
576 platform_labels = net->mpls.platform_labels; in find_free_label()
577 for (index = MPLS_LABEL_FIRST_UNRESERVED; index < platform_labels; in find_free_label()
950 if (is_ok && *index >= net->mpls.platform_labels) { in mpls_label_ok()
956 *index = array_index_nospec(*index, net->mpls.platform_labels); in mpls_label_ok()
1500 for (index = 0; index < net->mpls.platform_labels; index++) { in mpls_ifdown()
1581 for (index = 0; index < net->mpls.platform_labels; index++) { in mpls_ifup()
2187 size_t platform_labels; in mpls_dump_routes() local
2213 platform_labels = net->mpls.platform_labels; in mpls_dump_routes()
[all …]
/OK3568_Linux_fs/kernel/include/net/netns/
H A Dmpls.h15 size_t platform_labels; member
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dmpls-sysctl.rst10 platform_labels - INTEGER
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_tc_tunnel.sh253 ip netns exec "${ns2}" sysctl -qw net.mpls.platform_labels=65536