Searched refs:TCP_NODELAY (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/tools/testing/selftests/net/ |
D | fin_ack_lat.c | 51 if (setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, in client()
|
D | txtimestamp.c | 538 if (setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, in do_test()
|
/Linux-v5.10/include/uapi/linux/ |
D | tcp.h | 92 #define TCP_NODELAY 1 /* Turn off Nagle's algorithm. */ macro
|
/Linux-v5.10/tools/usb/usbip/src/ |
D | usbip_network.c | 227 ret = setsockopt(sockfd, IPPROTO_TCP, TCP_NODELAY, &val, sizeof(val)); in usbip_net_set_nodelay()
|
/Linux-v5.10/net/ipv4/ |
D | tcp.c | 3121 case TCP_NODELAY: in do_tcp_setsockopt() 3598 case TCP_NODELAY: in do_tcp_getsockopt()
|
/Linux-v5.10/net/smc/ |
D | af_smc.c | 2187 case TCP_NODELAY: in smc_setsockopt()
|
/Linux-v5.10/Documentation/networking/ |
D | timestamping.rst | 328 for instance by enabling TCP_NODELAY and disabling TCP_CORK and
|
/Linux-v5.10/net/ceph/ |
D | messenger.c | 493 if (ceph_test_opt(from_msgr(con->msgr), TCP_NODELAY)) in ceph_tcp_connect()
|