Searched refs:TCP_CORK (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/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-6.15/tools/include/uapi/linux/ |
| H A D | tcp.h | 94 #define TCP_CORK 3 /* Never send partially complete segments */ macro
|
| /linux-6.15/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 | 368 queue. Applications can still use TCP_CORK for optimal behavior
|
| /linux-6.15/include/uapi/linux/ |
| H A D | tcp.h | 97 #define TCP_CORK 3 /* Never send partially complete segments */ macro
|
| /linux-6.15/net/mptcp/ |
| H A D | sockopt.c | 552 case TCP_CORK: in mptcp_supported_sockopt() 840 case TCP_CORK: in mptcp_setsockopt_sol_tcp() 1390 case TCP_CORK: in mptcp_getsockopt_sol_tcp()
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp.c | 3942 case TCP_CORK: in do_tcp_setsockopt() 4373 case TCP_CORK: in do_tcp_getsockopt()
|
| /linux-6.15/net/smc/ |
| H A D | af_smc.c | 3125 case TCP_CORK: in smc_setsockopt()
|