Home
last modified time | relevance | path

Searched refs:TCP_OVERSIZE (Results 1 – 21 of 21) sorted by relevance

/third_party/lwip/
D0041-optimite-pcb-list-limit-send-size-and-ack-now.patch24 #if TCP_OVERSIZE
26 #endif /* TCP_OVERSIZE */
82 #endif /* TCP_OVERSIZE */
111 #if TCP_OVERSIZE
134 #if TCP_OVERSIZE
237 #endif /* TCP_OVERSIZE */
306 #if TCP_OVERSIZE
315 #endif /* TCP_OVERSIZE */
D0044-skip-unnecessary-tcp_route.patch22 #if TCP_OVERSIZE
24 #endif /* TCP_OVERSIZE */
D0051-lwip-add-need_tso_send.patch54 #endif /* TCP_OVERSIZE */
D0075-adapt-read-write-for-rtc-mode.patch160 #endif /* TCP_OVERSIZE */
439 -#define TCP_OVERSIZE 0
441 +#define TCP_OVERSIZE TCP_MSS
D0001-add-makefile.patch207 +#define TCP_OVERSIZE 1
D0038-add-tso.patch317 #if TCP_OVERSIZE
D0080-enable-ipv6.patch377 #define TCP_OVERSIZE TCP_MSS
DUPGRADING200 * Don't waste memory when chaining segments, added option TCP_OVERSIZE to
D0053-cleancode-improve-lwipopts.h-readability.patch1136 #endif /* TCP_OVERSIZE */
2023 -#define TCP_OVERSIZE 0
2119 +#define TCP_OVERSIZE 0
D0016-lstack-support-mysql-mode.patch768 #endif /* TCP_OVERSIZE */
D0002-adapt-lstack.patch2908 #else /* TCP_OVERSIZE */
2911 #endif /* TCP_OVERSIZE */
4974 -#define TCP_OVERSIZE 1
5070 +#define TCP_OVERSIZE 0
DCHANGELOG1616 added option TCP_OVERSIZE to prevent creating many small pbufs when
/third_party/lwip/src/core/
Dtcp_out.c120 #if TCP_OVERSIZE
123 #define TCP_OVERSIZE_CALC_LENGTH(length) ((length) + TCP_OVERSIZE)
235 #if TCP_OVERSIZE
410 #if TCP_OVERSIZE in tcp_write()
508 #if TCP_OVERSIZE in tcp_write()
597 #if TCP_OVERSIZE in tcp_write()
636 #if TCP_OVERSIZE in tcp_write()
722 #if TCP_OVERSIZE in tcp_write()
985 #if TCP_OVERSIZE in tcp_split_unsent_seg()
1120 #if TCP_OVERSIZE in tcp_enqueue_flags()
[all …]
Dinit.c232 #if LWIP_TCP && LWIP_NETIF_TX_SINGLE_PBUF && !TCP_OVERSIZE
Dtcp.c2345 #if TCP_OVERSIZE
Dtcp_in.c1338 #if TCP_OVERSIZE
/third_party/lwip/test/fuzz/
Dlwipopts.h65 #define TCP_OVERSIZE 1 macro
/third_party/lwip/src/include/lwip/
Dopt.h1419 #if !defined TCP_OVERSIZE || defined __DOXYGEN__
1420 #define TCP_OVERSIZE TCP_MSS macro
Dtcp.h330 #if TCP_OVERSIZE
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h243 #if TCP_OVERSIZE && defined(LWIP_DEBUG)
/third_party/lwip/test/unit/tcp/
Dtest_tcp.c1557 #if TCP_OVERSIZE in START_TEST()
1602 #if TCP_OVERSIZE in START_TEST()