| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/ |
| H A D | 0001-test-ptts-Set-recv-buffer-size-too-max-to-receive-as.patch | 12 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 D | tcp_bufs_kern.c | 59 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 D | tcp_iw_kern.c | 60 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 D | tcp_clamp_kern.c | 65 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 D | socket-constants.h | 33 #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 D | socket-constants.h | 33 #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 D | socket.h | 17 #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 D | socket.h | 17 #define SO_RCVBUF 8 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | socket.h | 39 #define SO_RCVBUF 0x1002 /* Receive buffer. */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | socket.h | 29 #define SO_RCVBUF 0x1002 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | socket.h | 18 #define SO_RCVBUF 8 macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | socket.h | 18 #define SO_RCVBUF 8 macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | socket.h | 29 #define SO_RCVBUF 0x1002 macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | socket.h | 20 #define SO_RCVBUF 0x1002 macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/uevent/ |
| H A D | uevent_filtering.c | 99 ret = setsockopt(sk_fd, SOL_SOCKET, SO_RCVBUF, &rcv_buf_sz, in uevent_listener()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | udpgso_bench_rx.c | 135 if (setsockopt(fd, SOL_SOCKET, SO_RCVBUF, &val, sizeof(val))) in do_socket()
|
| H A D | tcp_mmap.c | 270 SO_RCVBUF, &rcvbuf, sizeof(rcvbuf)) == -1) { in apply_rcvsnd_buf()
|
| H A D | msg_zerocopy.c | 587 do_setsockopt(fd, SOL_SOCKET, SO_RCVBUF, 1 << 21); in do_setup_rx()
|
| /OK3568_Linux_fs/kernel/tools/accounting/ |
| H A D | getdelays.c | 99 if (setsockopt(fd, SOL_SOCKET, SO_RCVBUF, in create_nl_socket()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_connect.c | 124 err = setsockopt(fd, SOL_SOCKET, SO_RCVBUF, &size, sizeof(size)); in set_rcvbuf()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | kcm.rst | 100 SO_RCVBUF). If the length of a new message reported by the BPF program is
|
| H A D | timestamping.rst | 208 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 D | rds.rst | 251 are accounted against the sockets SO_RCVBUF option value. Only
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | regression_2000.c | 551 if (setsockopt(fd, SOL_SOCKET, SO_RCVBUF, &val, sizeof(val))) in test_2003_accept_cb()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | sock.c | 917 case SO_RCVBUF: in sock_setsockopt() 1338 case SO_RCVBUF: in sock_getsockopt()
|