Searched refs:platform_labels (Results 1 – 5 of 5) sorted by relevance
85 static struct mpls_route __rcu **mpls_platform_label_rcu(struct net *net, size_t *platform_labels) in mpls_platform_label_rcu() argument 93 *platform_labels = net->mpls.platform_labels; in mpls_platform_label_rcu() 102 size_t platform_labels; in mpls_route_input_rcu() local 104 platform_label = mpls_platform_label_rcu(net, &platform_labels); in mpls_route_input_rcu() 106 if (index >= platform_labels) in mpls_route_input_rcu() 611 index < net->mpls.platform_labels; in find_free_label() 982 if (*index >= net->mpls.platform_labels) { in mpls_label_ok() 984 "Label >= configured maximum in platform_labels"); in mpls_label_ok() 988 *index = array_index_nospec(*index, net->mpls.platform_labels); in mpls_label_ok() 2231 size_t platform_labels; mpls_dump_routes() local 2689 int platform_labels = net->mpls.platform_labels; mpls_platform_labels() local 2776 size_t platform_labels; mpls_net_exit() local [all...]
17 size_t platform_labels; member
10 platform_labels - INTEGER
241 ip netns exec "${NS1}" sysctl -qw net.mpls.platform_labels=256242 ip netns exec "${NS2}" sysctl -qw net.mpls.platform_labels=256