Lines Matching defs:limit
347 static uint32_t ifp_list_limit(struct ifp_ctx *ctx, uint32_t limit)
349 if (limit == 0) {
352 return MIN(ctx->wildcard_limit, limit);
354 return limit;
361 uint32_t limit)
371 list_ctx->limit = ifp_list_limit(ctx, limit);
390 size_t capacity = list_ctx->limit - list_ctx->path_count;
394 if (list_ctx->limit == 0) {
401 "IFP list request has limit of %"PRIu32" entries but back end "
402 "returned %zu entries\n", list_ctx->limit,