Searched refs:TCP_OVERSIZE (Results 1 – 9 of 9) sorted by relevance
217 #if TCP_OVERSIZE251 alloc = LWIP_MIN(max_length, LWIP_MEM_ALIGN_SIZE(length + TCP_OVERSIZE)); in tcp_pbuf_prealloc()362 #if TCP_OVERSIZE in tcp_write()441 #if TCP_OVERSIZE in tcp_write()510 #if TCP_OVERSIZE in tcp_write()549 #if TCP_OVERSIZE in tcp_write()625 #if TCP_OVERSIZE in tcp_write()795 #if TCP_OVERSIZE in tcp_enqueue_flags()1031 #if TCP_OVERSIZE in tcp_output()1296 #if TCP_OVERSIZE in tcp_rexmit()
181 #if LWIP_TCP && LWIP_NETIF_TX_SINGLE_PBUF && !TCP_OVERSIZE
1525 #if TCP_OVERSIZE in tcp_pcb_purge()
1064 #if TCP_OVERSIZE in tcp_receive()
1052 #ifndef TCP_OVERSIZE1053 #define TCP_OVERSIZE TCP_MSS macro
236 #if TCP_OVERSIZE
267 #if TCP_OVERSIZE && defined(LWIP_DEBUG)
66 * Don't waste memory when chaining segments, added option TCP_OVERSIZE to
417 added option TCP_OVERSIZE to prevent creating many small pbufs when