Searched refs:platform_labels (Results 1 – 5 of 5) sorted by relevance
82 if (index < net->mpls.platform_labels) { in mpls_route_input_rcu()575 size_t platform_labels; in find_free_label() local579 platform_labels = net->mpls.platform_labels; in find_free_label()580 for (index = MPLS_LABEL_FIRST_UNRESERVED; index < platform_labels; in find_free_label()953 if (is_ok && *index >= net->mpls.platform_labels) { in mpls_label_ok()959 *index = array_index_nospec(*index, net->mpls.platform_labels); in mpls_label_ok()1489 for (index = 0; index < net->mpls.platform_labels; index++) { in mpls_ifdown()1566 for (index = 0; index < net->mpls.platform_labels; index++) { in mpls_ifup()2168 size_t platform_labels; in mpls_dump_routes() local2194 platform_labels = net->mpls.platform_labels; in mpls_dump_routes()[all …]
17 size_t platform_labels; member
10 platform_labels - INTEGER
273 ip netns exec "${NS1}" sysctl -qw net.mpls.platform_labels=256274 ip netns exec "${NS2}" sysctl -qw net.mpls.platform_labels=256
283 ip netns exec "${ns2}" sysctl -qw net.mpls.platform_labels=65536