Home
last modified time | relevance | path

Searched refs:TCP_NODELAY (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/tools/testing/selftests/net/
Dfin_ack_lat.c51 if (setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, in client()
Dtxtimestamp.c538 if (setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, in do_test()
/Linux-v5.10/include/uapi/linux/
Dtcp.h92 #define TCP_NODELAY 1 /* Turn off Nagle's algorithm. */ macro
/Linux-v5.10/tools/usb/usbip/src/
Dusbip_network.c227 ret = setsockopt(sockfd, IPPROTO_TCP, TCP_NODELAY, &val, sizeof(val)); in usbip_net_set_nodelay()
/Linux-v5.10/net/ipv4/
Dtcp.c3121 case TCP_NODELAY: in do_tcp_setsockopt()
3598 case TCP_NODELAY: in do_tcp_getsockopt()
/Linux-v5.10/net/smc/
Daf_smc.c2187 case TCP_NODELAY: in smc_setsockopt()
/Linux-v5.10/Documentation/networking/
Dtimestamping.rst328 for instance by enabling TCP_NODELAY and disabling TCP_CORK and
/Linux-v5.10/net/ceph/
Dmessenger.c493 if (ceph_test_opt(from_msgr(con->msgr), TCP_NODELAY)) in ceph_tcp_connect()