Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/
H A D0001-test-ptts-Set-recv-buffer-size-too-max-to-receive-as.patch12 This patch sets SO_RCVBUF the of socket to max int value to receive as many
14 that the value of SO_RCVBUF will be limited up to min(INT_MAX/2,
55 + * Set SO_RCVBUF to max int value to receive as many packets as possible.
58 + rc = setsockopt(sd[i], SOL_SOCKET, SO_RCVBUF, (const char*)&optval, optlen);
60 + printf("Failed to set SO_RCVBUF of %d: %s\n", sd[i], strerror(errno));
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtcp_bufs_kern.c59 rv += bpf_setsockopt(skops, SOL_SOCKET, SO_RCVBUF, in bpf_bufs()
69 rv += bpf_setsockopt(skops, SOL_SOCKET, SO_RCVBUF, in bpf_bufs()
H A Dtcp_iw_kern.c60 rv += bpf_setsockopt(skops, SOL_SOCKET, SO_RCVBUF, in bpf_iw()
71 rv += bpf_setsockopt(skops, SOL_SOCKET, SO_RCVBUF, in bpf_iw()
H A Dtcp_clamp_kern.c65 SO_RCVBUF, &bufsize, in bpf_clamp()
82 SO_RCVBUF, &bufsize, in bpf_clamp()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsocket-constants.h33 #define SO_RCVBUF 8 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsocket-constants.h33 #define SO_RCVBUF 8 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dsocket.h17 #define SO_RCVBUF 8 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dsocket.h17 #define SO_RCVBUF 8 macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dsocket.h39 #define SO_RCVBUF 0x1002 /* Receive buffer. */ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dsocket.h29 #define SO_RCVBUF 0x1002 macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dsocket.h18 #define SO_RCVBUF 8 macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dsocket.h18 #define SO_RCVBUF 8 macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dsocket.h29 #define SO_RCVBUF 0x1002 macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dsocket.h20 #define SO_RCVBUF 0x1002 macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/uevent/
H A Duevent_filtering.c99 ret = setsockopt(sk_fd, SOL_SOCKET, SO_RCVBUF, &rcv_buf_sz, in uevent_listener()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dudpgso_bench_rx.c135 if (setsockopt(fd, SOL_SOCKET, SO_RCVBUF, &val, sizeof(val))) in do_socket()
H A Dtcp_mmap.c270 SO_RCVBUF, &rcvbuf, sizeof(rcvbuf)) == -1) { in apply_rcvsnd_buf()
H A Dmsg_zerocopy.c587 do_setsockopt(fd, SOL_SOCKET, SO_RCVBUF, 1 << 21); in do_setup_rx()
/OK3568_Linux_fs/kernel/tools/accounting/
H A Dgetdelays.c99 if (setsockopt(fd, SOL_SOCKET, SO_RCVBUF, in create_nl_socket()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c124 err = setsockopt(fd, SOL_SOCKET, SO_RCVBUF, &size, sizeof(size)); in set_rcvbuf()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dkcm.rst100 SO_RCVBUF). If the length of a new message reported by the BPF program is
H A Dtimestamping.rst208 charged to the socket's receive budget (SO_RCVBUF) and delivers
439 however, the full packet is queued, taking up budget from SO_RCVBUF.
H A Drds.rst251 are accounted against the sockets SO_RCVBUF option value. Only
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_2000.c551 if (setsockopt(fd, SOL_SOCKET, SO_RCVBUF, &val, sizeof(val))) in test_2003_accept_cb()
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c917 case SO_RCVBUF: in sock_setsockopt()
1338 case SO_RCVBUF: in sock_getsockopt()

12