Home
last modified time | relevance | path

Searched refs:TCP_CORK (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_nagle_sockopt_cork_nodelay.pkt2 // 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 Dtcp.h94 #define TCP_CORK 3 /* Never send partially complete segments */ macro
/linux/include/uapi/linux/
H A Dtcp.h97 #define TCP_CORK 3 /* Never send partially complete segments */ macro
/linux/Documentation/networking/
H A Dsmc-sysctl.rst20 Applications can still use TCP_CORK for optimal behavior when they
H A Dtimestamping.rst399 for instance by enabling TCP_NODELAY and disabling TCP_CORK and
H A Dip-sysctl.rst377 queue. Applications can still use TCP_CORK for optimal behavior
/linux/Documentation/translations/zh_CN/networking/
H A Dtimestamping.rst318 TCP_CORK和 autocork。在 linux-4.7 之后,更好的预防合并方法是使用 MSG_EOR
/linux/net/mptcp/
H A Dsockopt.c552 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 Dtcp.c4079 case TCP_CORK: in do_tcp_setsockopt()
4540 case TCP_CORK: in do_tcp_getsockopt()
/linux/net/smc/
H A Daf_smc.c3149 case TCP_CORK: in smc_setsockopt()