/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/ |
H A D | socket.h | 12 #define SO_RCVLOWAT 16 macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/ |
H A D | socket.h | 12 #define SO_RCVLOWAT 16 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | socket.h | 30 #define SO_RCVLOWAT 18 macro
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
H A D | socket.h | 41 #define SO_RCVLOWAT 0x1004 /* receive low-water mark */ macro
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
H A D | socket.h | 32 #define SO_RCVLOWAT 0x1010 macro
|
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/ |
H A D | socket.h | 41 #define SO_RCVLOWAT 0x1004 /* receive low-water mark */ macro
|
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/ |
H A D | socket.h | 32 #define SO_RCVLOWAT 0x1010 macro
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | socket.h | 31 #define SO_RCVLOWAT 18 macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | socket.h | 31 #define SO_RCVLOWAT 18 macro
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | socket.h | 31 #define SO_RCVLOWAT 18 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | socket.h | 31 #define SO_RCVLOWAT 18 macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_tracing_net.h | 15 #define SO_RCVLOWAT 18 macro
|
H A D | setget_sockopt.c | 47 { .opt = SO_RCVLOWAT, .new = 8123, .expected = 8123, },
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | socket.h | 44 #define SO_RCVLOWAT 18 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | socket.h | 38 #define SO_RCVLOWAT 0x1004 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
H A D | socket.h | 38 #define SO_RCVLOWAT 0x1004 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | socket.h | 44 #define SO_RCVLOWAT 18 macro
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
H A D | socket.h | 24 #define SO_RCVLOWAT 0x1004 macro
|
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
H A D | socket.h | 22 #define SO_RCVLOWAT 0x0800 macro
|
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
H A D | socket.h | 24 #define SO_RCVLOWAT 0x1004 macro
|
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/ |
H A D | socket.h | 22 #define SO_RCVLOWAT 0x0800 macro
|
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/ |
H A D | socket.h | 156 #define SO_RCVLOWAT 18 macro
|
/kernel/linux/linux-6.6/tools/testing/vsock/ |
H A D | vsock_perf.c | 162 printf("SO_RCVLOWAT %lu bytes\n", rcvlowat_bytes); in run_receiver() 182 if (setsockopt(client_fd, SOL_SOCKET, SO_RCVLOWAT, in run_receiver() 185 error("setsockopt(SO_RCVLOWAT)"); in run_receiver() 360 " --rcvlowat <bytes>KMG SO_RCVLOWAT value (default %d)\n" in usage() 397 case 'R': /* SO_RCVLOWAT value. */ in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | tcp_mmap.c | 7 * and SO_RCVLOWAT hints for receiver. 318 if (setsockopt(fdlisten, SOL_SOCKET, SO_RCVLOWAT, in do_accept() 320 perror("setsockopt SO_RCVLOWAT"); in do_accept()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | tcp_mmap.c | 7 * and SO_RCVLOWAT hints for receiver. 374 if (setsockopt(fdlisten, SOL_SOCKET, SO_RCVLOWAT, in do_accept() 376 perror("setsockopt SO_RCVLOWAT"); in do_accept()
|