Searched refs:max_length (Results 1 – 1 of 1) sorted by relevance
219 tcp_pbuf_prealloc(pbuf_layer layer, u16_t length, u16_t max_length, in tcp_pbuf_prealloc() argument227 LWIP_UNUSED_ARG(max_length); in tcp_pbuf_prealloc()232 alloc = max_length; in tcp_pbuf_prealloc()234 if (length < max_length) { in tcp_pbuf_prealloc()251 alloc = LWIP_MIN(max_length, LWIP_MEM_ALIGN_SIZE(length + TCP_OVERSIZE)); in tcp_pbuf_prealloc()
Completed in 4 milliseconds