Searched defs:mss (Results 1 – 9 of 9) sorted by relevance
/third_party/lwip/src/core/ |
D | tcp_in.c | 69 #define LWIP_TCP_CALC_INITIAL_CWND(mss) ((tcpwnd_size_t)LWIP_MIN((4U * (mss)), LWIP_MAX((2U * (mss)… argument 1947 u16_t mss; local
|
D | tcp_out.c | 1511 u16_t mss; in tcp_output_segment() local
|
/third_party/lwip/src/include/lwip/priv/ |
D | altcp_priv.h | 108 altcp_mss_fn mss; member
|
D | tcp_priv.h | 311 #define TCP_BUILD_MSS_OPTION(mss) lwip_htonl(0x02040000 | ((mss) & 0xFFFF)) argument
|
/third_party/toybox/toys/net/ |
D | netstat.c | 279 int flags, ref, use, metric, mss, win, irtt; in display_routes() local
|
/third_party/toybox/toys/pending/ |
D | route.c | 132 int flags, ref, use, metric, mss, win, irtt, items; in display_routes() local
|
/third_party/ffmpeg/libavformat/ |
D | libsrt.c | 70 int mss; member
|
/third_party/lwip/src/include/lwip/ |
D | tcp.h | 297 u16_t mss; /* maximum segment size */ member
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 14954 u16 mss; member 85795 u16 mss; member 85912 u16 mss; member
|