/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_tracing_net.h | 32 #define TCP_NODELAY 1 macro
|
H A D | setget_sockopt.c | 55 { .opt = TCP_NODELAY, .flip = 1, },
|
/kernel/liteos_m/components/net/test/ |
H A D | net_socket_test_004.c | 79 ret = setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &flag, sizeof(flag)); in SockOptTest() 80 LogPrintln("setsockopt(TCP_NODELAY) ret=%d", ret); in SockOptTest()
|
/kernel/liteos_a/testsuites/unittest/net/socket/smoke/ |
H A D | net_socket_test_004.cpp | 76 ret = setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &flag, sizeof(flag)); in SockOptTest() 77 LogPrintln("setsockopt(TCP_NODELAY) ret=%d", ret); in SockOptTest()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | fin_ack_lat.c | 51 if (setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, in client()
|
H A D | txtimestamp.c | 538 if (setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, in do_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | fin_ack_lat.c | 51 if (setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, in client()
|
H A D | txtimestamp.c | 538 if (setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, in do_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_ktls.c | 128 err = setsockopt(s, IPPROTO_TCP, TCP_NODELAY, &zero, sizeof(zero)); in test_sockmap_ktls_update_fails_when_sock_has_ulp() 129 ASSERT_OK(err, "setsockopt(TCP_NODELAY)"); in test_sockmap_ktls_update_fails_when_sock_has_ulp()
|
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/ |
H A D | tcp.h | 36 #define TCP_NODELAY 1 macro
|
/kernel/liteos_m/testsuites/unittest/xts/net/ |
H A D | acts_net_test.c | 123 ret = setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &flag, sizeof(flag)); 128 ret = getsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &flag, &len);
|
/kernel/linux/linux-5.10/tools/usb/usbip/src/ |
H A D | usbip_network.c | 227 ret = setsockopt(sockfd, IPPROTO_TCP, TCP_NODELAY, &val, sizeof(val)); in usbip_net_set_nodelay() 229 dbg("setsockopt: TCP_NODELAY"); in usbip_net_set_nodelay() 286 /* should set TCP_NODELAY for usbip */ in usbip_net_tcp_connect()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | tcp.h | 92 #define TCP_NODELAY 1 /* Turn off Nagle's algorithm. */ macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | tcp.h | 92 #define TCP_NODELAY 1 /* Turn off Nagle's algorithm. */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | tcp.h | 92 #define TCP_NODELAY 1 /* Turn off Nagle's algorithm. */ macro
|
/kernel/linux/linux-6.6/tools/usb/usbip/src/ |
H A D | usbip_network.c | 227 ret = setsockopt(sockfd, IPPROTO_TCP, TCP_NODELAY, &val, sizeof(val)); in usbip_net_set_nodelay() 229 dbg("setsockopt: TCP_NODELAY"); in usbip_net_set_nodelay() 286 /* should set TCP_NODELAY for usbip */ in usbip_net_tcp_connect()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | tcp.h | 59 #define TCP_NODELAY 1 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | tcp.h | 92 #define TCP_NODELAY 1 /* Turn off Nagle's algorithm. */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | tcp.h | 59 #define TCP_NODELAY 1 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | tcp.h | 64 #define TCP_NODELAY 1 macro
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | sockopt.c | 550 case TCP_NODELAY: in mptcp_supported_sockopt() 812 case TCP_NODELAY: in mptcp_setsockopt_sol_tcp() 1337 case TCP_NODELAY: in mptcp_getsockopt_sol_tcp()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 3050 * TCP_CORK can be set together with TCP_NODELAY and it is stronger than 3051 * TCP_NODELAY. 3075 /* TCP_NODELAY is weaker than TCP_CORK, so that this option on corked socket is 3078 * However, when TCP_NODELAY is set we make an explicit push, which overrides 3299 case TCP_NODELAY: in do_tcp_setsockopt() 3796 case TCP_NODELAY: in do_tcp_getsockopt()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | messenger.c | 475 if (ceph_test_opt(from_msgr(con->msgr), TCP_NODELAY)) in ceph_tcp_connect()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp.c | 3221 * TCP_CORK can be set together with TCP_NODELAY and it is stronger than 3222 * TCP_NODELAY. 3246 /* TCP_NODELAY is weaker than TCP_CORK, so that this option on corked socket is 3249 * However, when TCP_NODELAY is set we make an explicit push, which overrides 3527 case TCP_NODELAY: in do_tcp_setsockopt() 3984 case TCP_NODELAY: in do_tcp_getsockopt()
|
/kernel/linux/linux-5.10/net/smc/ |
H A D | af_smc.c | 2233 case TCP_NODELAY: in smc_setsockopt()
|