/openbmc/openbmc/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));
|
/openbmc/linux/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()
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | socket.h | 18 #define SO_RCVBUF 8 macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | socket.h | 29 #define SO_RCVBUF 0x1002 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | socket.h | 20 #define SO_RCVBUF 0x1002 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | socket.h | 29 #define SO_RCVBUF 0x1002 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | socket.h | 39 #define SO_RCVBUF 0x1002 /* Receive buffer. */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | socket.h | 18 #define SO_RCVBUF 8 macro
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_tracing_net.h | 11 #define SO_RCVBUF 8 macro
|
H A D | setget_sockopt.c | 43 { .opt = SO_RCVBUF, .new = 8123, .expected = 8123 * 2, },
|
/openbmc/linux/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 | csum.c | 475 if (setsockopt(fd, SOL_SOCKET, SO_RCVBUF, in recv_prepare_udp() 554 if (setsockopt(fd, SOL_SOCKET, SO_RCVBUF, in recv_prepare_packet()
|
H A D | tcp_mmap.c | 326 SO_RCVBUF, &rcvbuf, sizeof(rcvbuf)) == -1) { in apply_rcvsnd_buf()
|
H A D | msg_zerocopy.c | 594 do_setsockopt(fd, SOL_SOCKET, SO_RCVBUF, 1 << 21); in do_setup_rx()
|
/openbmc/linux/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()
|
/openbmc/linux/tools/accounting/ |
H A D | procacct.c | 105 if (setsockopt(fd, SOL_SOCKET, SO_RCVBUF, in create_nl_socket()
|
H A D | getdelays.c | 98 if (setsockopt(fd, SOL_SOCKET, SO_RCVBUF, in create_nl_socket()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | netlink_helpers.c | 43 if (setsockopt(rth->fd, SOL_SOCKET, SO_RCVBUF, in rtnl_open_byproto()
|
/openbmc/linux/net/mptcp/ |
H A D | sockopt.c | 100 case SO_RCVBUF: in mptcp_sol_socket_sync_intval() 189 case SO_RCVBUF: in mptcp_setsockopt_sol_socket_int() 326 case SO_RCVBUF: in mptcp_setsockopt_sol_socket()
|
/openbmc/qemu/tests/unit/ |
H A D | test-iov.c | 227 setsockopt(sv[0], SOL_SOCKET, SO_RCVBUF, &r, sizeof(r)); in test_io()
|
/openbmc/linux/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 | rds.rst | 251 are accounted against the sockets SO_RCVBUF option value. Only
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.c | 201 err = setsockopt(fd, SOL_SOCKET, SO_RCVBUF, &size, sizeof(size)); in set_rcvbuf()
|