Lines Matching defs:limit
277 * The IPv6 code below accesses through the IPv6 hop limit
322 * hop limit, but only if not 0 to avoid underflow.
2528 static int resize_platform_label_table(struct net *net, size_t limit)
2530 size_t size = sizeof(struct mpls_route *) * limit;
2544 if (limit > MPLS_LABEL_IPV4NULL) {
2558 if (limit > MPLS_LABEL_IPV6NULL) {
2579 for (index = limit; index < old_limit; index++)
2584 if (old_limit < limit)
2591 (limit > MPLS_LABEL_IPV6NULL)) {
2597 (limit > MPLS_LABEL_IPV4NULL)) {
2603 net->mpls.platform_labels = limit;