Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/uapi/asm/
Dsocket.h12 #define SO_RCVLOWAT 16 macro
/Linux-v4.19/arch/sparc/include/uapi/asm/
Dsocket.h21 #define SO_RCVLOWAT 0x0800 macro
/Linux-v4.19/arch/parisc/include/uapi/asm/
Dsocket.h23 #define SO_RCVLOWAT 0x1004 macro
/Linux-v4.19/arch/ia64/include/uapi/asm/
Dsocket.h38 #define SO_RCVLOWAT 18 macro
/Linux-v4.19/arch/alpha/include/uapi/asm/
Dsocket.h31 #define SO_RCVLOWAT 0x1010 macro
/Linux-v4.19/arch/s390/include/uapi/asm/
Dsocket.h35 #define SO_RCVLOWAT 18 macro
/Linux-v4.19/arch/xtensa/include/uapi/asm/
Dsocket.h39 #define SO_RCVLOWAT 18 macro
/Linux-v4.19/include/uapi/asm-generic/
Dsocket.h30 #define SO_RCVLOWAT 18 macro
/Linux-v4.19/arch/mips/include/uapi/asm/
Dsocket.h40 #define SO_RCVLOWAT 0x1004 /* receive low-water mark */ macro
/Linux-v4.19/tools/testing/selftests/net/
Dtcp_mmap.c287 if (setsockopt(fdlisten, SOL_SOCKET, SO_RCVLOWAT, in do_accept()
Dmsg_zerocopy.c589 do_setsockopt(fd, SOL_SOCKET, SO_RCVLOWAT, 1 << 16); in do_setup_rx()
/Linux-v4.19/net/core/
Dsock.c866 case SO_RCVLOWAT: in sock_setsockopt()
1216 case SO_RCVLOWAT: in sock_getsockopt()
Dfilter.c3926 case SO_RCVLOWAT: in BPF_CALL_5()