Home
last modified time | relevance | path

Searched refs:SO_RCVBUF (Results 1 – 21 of 21) sorted by relevance

/linux-4.4.14/arch/ia64/include/uapi/asm/
Dsocket.h25 #define SO_RCVBUF 8 macro
/linux-4.4.14/arch/s390/include/uapi/asm/
Dsocket.h22 #define SO_RCVBUF 8 macro
/linux-4.4.14/arch/frv/include/uapi/asm/
Dsocket.h16 #define SO_RCVBUF 8 macro
/linux-4.4.14/arch/m32r/include/uapi/asm/
Dsocket.h16 #define SO_RCVBUF 8 macro
/linux-4.4.14/arch/xtensa/include/uapi/asm/
Dsocket.h26 #define SO_RCVBUF 8 macro
/linux-4.4.14/arch/avr32/include/uapi/asm/
Dsocket.h16 #define SO_RCVBUF 8 macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dsocket.h27 #define SO_RCVBUF 0x1002 macro
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dsocket.h23 #define SO_RCVBUF 8 macro
/linux-4.4.14/arch/sparc/include/uapi/asm/
Dsocket.h27 #define SO_RCVBUF 0x1002 macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Dsocket.h18 #define SO_RCVBUF 0x1002 macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Dsocket.h37 #define SO_RCVBUF 0x1002 /* Receive buffer. */ macro
/linux-4.4.14/include/uapi/asm-generic/
Dsocket.h16 #define SO_RCVBUF 8 macro
/linux-4.4.14/arch/mn10300/include/uapi/asm/
Dsocket.h16 #define SO_RCVBUF 8 macro
/linux-4.4.14/Documentation/accounting/
Dgetdelays.c98 if (setsockopt(fd, SOL_SOCKET, SO_RCVBUF, in create_nl_socket()
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-socket.c441 rc = kernel_setsockopt(sock, SOL_SOCKET, SO_RCVBUF, in lnet_sock_setbuf()
/linux-4.4.14/Documentation/networking/
Dtimestamping.txt170 charged to the socket's receive budget (SO_RCVBUF) and delivers
319 however, the full packet is queued, taking up budget from SO_RCVBUF.
Drds.txt224 are accounted against the sockets SO_RCVBUF option value. Only
Dpacket_mmap.txt459 See the SO_RCVBUF option in the socket (7) man page.
Dip-sysctl.txt506 net.core.rmem_max. Calling setsockopt() with SO_RCVBUF disables
/linux-4.4.14/net/core/
Dsock.c760 case SO_RCVBUF: in sock_setsockopt()
1067 case SO_RCVBUF: in sock_getsockopt()
/linux-4.4.14/net/sunrpc/
Dsvcsock.c381 sock_setsockopt(sock, SOL_SOCKET, SO_RCVBUF, in svc_sock_setbufsize()