Searched refs:max_length (Results 1 – 1 of 1) sorted by relevance
225 tcp_pbuf_prealloc(pbuf_layer layer, u16_t length, u16_t max_length, in tcp_pbuf_prealloc() argument236 LWIP_UNUSED_ARG(max_length); in tcp_pbuf_prealloc()240 alloc = max_length; in tcp_pbuf_prealloc()242 if (length < max_length) { in tcp_pbuf_prealloc()259 alloc = LWIP_MIN(max_length, LWIP_MEM_ALIGN_SIZE(TCP_OVERSIZE_CALC_LENGTH(length))); in tcp_pbuf_prealloc()