Searched refs:TCP_CORK (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_nagle_sockopt_cork_nodelay.pkt | 2 // Test TCP_CORK and TCP_NODELAY sockopt behavior 14 // Set TCP_CORK sockopt to hold small packets 15 +0 setsockopt(4, SOL_TCP, TCP_CORK, [1], 4) = 0 20 // Unset TCP_CORK should push pending bytes out 21 +.01 setsockopt(4, SOL_TCP, TCP_CORK, [0], 4) = 0 25 // Set TCP_CORK sockopt to hold small packets 26 +0 setsockopt(4, SOL_TCP, TCP_CORK, [1], 4) = 0
|
| /linux/tools/include/uapi/linux/ |
| H A D | tcp.h | 94 #define TCP_CORK 3 /* Never send partially complete segments */ macro
|
| /linux/include/uapi/linux/ |
| H A D | tcp.h | 97 #define TCP_CORK 3 /* Never send partially complete segments */ macro
|
| /linux/Documentation/networking/ |
| H A D | smc-sysctl.rst | 20 Applications can still use TCP_CORK for optimal behavior when they
|
| H A D | timestamping.rst | 399 for instance by enabling TCP_NODELAY and disabling TCP_CORK and
|
| H A D | ip-sysctl.rst | 377 queue. Applications can still use TCP_CORK for optimal behavior
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | timestamping.rst | 318 TCP_CORK和 autocork。在 linux-4.7 之后,更好的预防合并方法是使用 MSG_EOR
|
| /linux/net/mptcp/ |
| H A D | sockopt.c | 552 case TCP_CORK: in mptcp_supported_sockopt() 857 case TCP_CORK: in mptcp_setsockopt_sol_tcp() 1415 case TCP_CORK: in mptcp_getsockopt_sol_tcp()
|
| /linux/net/ipv4/ |
| H A D | tcp.c | 4079 case TCP_CORK: in do_tcp_setsockopt() 4540 case TCP_CORK: in do_tcp_getsockopt()
|
| /linux/net/smc/ |
| H A D | af_smc.c | 3149 case TCP_CORK: in smc_setsockopt()
|