| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | reuseport_bpf.c | 165 if (setsockopt(fd[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_recv_group() 322 if (setsockopt(fd1, SOL_SOCKET, SO_REUSEPORT, &opt, sizeof(opt))) in test_extra_filter() 324 if (setsockopt(fd2, SOL_SOCKET, SO_REUSEPORT, &opt, sizeof(opt))) in test_extra_filter() 401 if (setsockopt(fd1, SOL_SOCKET, SO_REUSEPORT, &opt, sizeof(opt))) in test_filter_without_bind() 403 if (setsockopt(fd2, SOL_SOCKET, SO_REUSEPORT, &opt, sizeof(opt))) in test_filter_without_bind()
|
| H A D | reuseaddr_ports_exhausted.c | 66 ret = setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &reuseport, sizeof(int)); in bind_port()
|
| H A D | fin_ack_lat.c | 125 if (setsockopt(sock, SOL_SOCKET, SO_REUSEADDR | SO_REUSEPORT, in main()
|
| H A D | reuseport_dualstack.c | 61 if (setsockopt(rcv_fds[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_fd()
|
| H A D | reuseport_bpf_numa.c | 61 if (setsockopt(rcv_fd[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_group()
|
| H A D | reuseport_addr_any.c | 80 if (setsockopt(rcv_fds[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_fd()
|
| H A D | reuseport_bpf_cpu.c | 65 if (setsockopt(rcv_fd[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_group()
|
| H A D | udpgso_bench_rx.c | 138 if (setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &val, sizeof(val))) in do_socket()
|
| H A D | tcp_fastopen_backup_key.c | 129 if (setsockopt(rcv_fds[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_fd()
|
| H A D | msg_zerocopy.c | 589 do_setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, 1); in do_setup_rx()
|
| H A D | nettest.c | 484 if (setsockopt(sd, SOL_SOCKET, SO_REUSEPORT, &one, sizeof(one)) != 0) { in set_reuseport()
|
| /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 | 26 #define SO_REUSEPORT 15 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 | 26 #define SO_REUSEPORT 15 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | socket.h | 33 #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | socket.h | 24 #define SO_REUSEPORT 0x0200 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | socket.h | 27 #define SO_REUSEPORT 15 macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | socket.h | 27 #define SO_REUSEPORT 15 macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | socket.h | 20 #define SO_REUSEPORT 0x0200 macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | socket.h | 18 #define SO_REUSEPORT 0x0200 macro
|
| /OK3568_Linux_fs/buildroot/package/janus-gateway/ |
| H A D | Config.in | 45 # SO_REUSEPORT
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | select_reuseport.c | 624 err = setsockopt(sk_fds[i], SOL_SOCKET, SO_REUSEPORT, in prepare_sk_fds()
|
| H A D | sk_lookup.c | 186 err = setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &one, in make_server()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | kcm.rst | 239 processing thread and inserted into the epoll (similar to how SO_REUSEPORT
|
| /OK3568_Linux_fs/kernel/net/mptcp/ |
| H A D | protocol.c | 2208 case SO_REUSEPORT: in mptcp_setsockopt_sol_socket() 2219 if (optname == SO_REUSEPORT) in mptcp_setsockopt_sol_socket()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | sock.c | 869 case SO_REUSEPORT: in sock_setsockopt() 1346 case SO_REUSEPORT: in sock_getsockopt()
|