| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | socket.h | 12 #define SO_RCVLOWAT 16 macro
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | socket.h | 31 #define SO_RCVLOWAT 18 macro
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | socket.h | 41 #define SO_RCVLOWAT 0x1004 /* receive low-water mark */ macro
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | socket.h | 24 #define SO_RCVLOWAT 0x1004 macro
|
| /linux/include/uapi/asm-generic/ |
| H A D | socket.h | 31 #define SO_RCVLOWAT 18 macro
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | socket.h | 22 #define SO_RCVLOWAT 0x0800 macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | socket.h | 32 #define SO_RCVLOWAT 0x1010 macro
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_tracing_net.h | 19 #define SO_RCVLOWAT 16 21 #define SO_RCVLOWAT 18 18 #define SO_RCVLOWAT global() macro
|
| H A D | setget_sockopt.c | 44 { .opt = SO_RCVLOWAT, .new = 8123, .expected = 8123, },
|
| /linux/tools/testing/vsock/ |
| H A D | vsock_perf.c | 186 if (setsockopt(client_fd, SOL_SOCKET, SO_RCVLOWAT, in run_receiver()
|
| H A D | vsock_test.c | 888 setsockopt_int_check(fd, SOL_SOCKET, SO_RCVLOWAT, in test_stream_poll_rcvlowat_client() 889 lowat_val, "setsockopt(SO_RCVLOWAT)"); in test_stream_poll_rcvlowat_client() 1510 /* Set new SO_RCVLOWAT here. This enables sending credit in test_stream_credit_update_test() 1512 * SO_RCVLOWAT value. in test_stream_credit_update_test() 1516 setsockopt_int_check(fd, SOL_SOCKET, SO_RCVLOWAT, in test_stream_credit_update_test() 1517 recv_buf_size, "setsockopt(SO_RCVLOWAT)"); in test_stream_credit_update_test() 1547 /* Updating SO_RCVLOWAT will send credit update. */ in test_stream_credit_update_test() 1548 setsockopt_int_check(fd, SOL_SOCKET, SO_RCVLOWAT, in test_stream_credit_update_test() 1549 recv_buf_size, "setsockopt(SO_RCVLOWAT)"); in test_stream_credit_update_test() 2401 .name = "SOCK_STREAM poll() + SO_RCVLOWAT", [all...] |
| /linux/tools/testing/selftests/net/ |
| H A D | tcp_mmap.c | 374 if (setsockopt(fdlisten, SOL_SOCKET, SO_RCVLOWAT, in do_accept()
|
| H A D | msg_zerocopy.c | 598 do_setsockopt(fd, SOL_SOCKET, SO_RCVLOWAT, 1 << 16); in do_setup_rx()
|
| H A D | tls.c | 1284 EXPECT_EQ(setsockopt(self->cfd, SOL_SOCKET, SO_RCVLOWAT, in TEST_F()
|
| /linux/net/mptcp/ |
| H A D | sockopt.c | 343 case SO_RCVLOWAT: in mptcp_setsockopt_sol_socket()
|
| /linux/net/core/ |
| H A D | filter.c | 5323 case SO_RCVLOWAT: in sol_socket_sockopt()
|