Home
last modified time | relevance | path

Searched refs:SO_RCVLOWAT (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dsocket.h12 #define SO_RCVLOWAT 16 macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dsocket.h31 #define SO_RCVLOWAT 18 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsocket.h31 #define SO_RCVLOWAT 18 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h22 #define SO_RCVLOWAT 0x0800 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h32 #define SO_RCVLOWAT 0x1010 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h24 #define SO_RCVLOWAT 0x1004 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsocket.h41 #define SO_RCVLOWAT 0x1004 /* receive low-water mark */ macro
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h15 #define SO_RCVLOWAT 18 macro
H A Dsetget_sockopt.c47 { .opt = SO_RCVLOWAT, .new = 8123, .expected = 8123, },
/openbmc/linux/tools/testing/vsock/
H A DREADME58 # listen port 1234, rx buf size is 1M, socket buf size is 1G, SO_RCVLOWAT is 64K
H A Dvsock_perf.c182 if (setsockopt(client_fd, SOL_SOCKET, SO_RCVLOWAT, in run_receiver()
H A Dvsock_test.c920 if (setsockopt(fd, SOL_SOCKET, SO_RCVLOWAT, in test_stream_poll_rcvlowat_client()
/openbmc/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c374 if (setsockopt(fdlisten, SOL_SOCKET, SO_RCVLOWAT, in do_accept()
H A Dmsg_zerocopy.c595 do_setsockopt(fd, SOL_SOCKET, SO_RCVLOWAT, 1 << 16); in do_setup_rx()
H A Dtls.c1138 EXPECT_EQ(setsockopt(self->cfd, SOL_SOCKET, SO_RCVLOWAT, in TEST_F()
/openbmc/linux/net/mptcp/
H A Dsockopt.c343 case SO_RCVLOWAT: in mptcp_setsockopt_sol_socket()
/openbmc/linux/net/core/
H A Dsock.c1282 case SO_RCVLOWAT: in sk_setsockopt()
1747 case SO_RCVLOWAT: in sk_getsockopt()
H A Dfilter.c5184 case SO_RCVLOWAT: in sol_socket_sockopt()
/openbmc/qemu/linux-user/
H A Dsyscall.c2467 optname = SO_RCVLOWAT; in do_setsockopt()
2712 optname = SO_RCVLOWAT; in do_getsockopt()