Home
last modified time | relevance | path

Searched refs:SO_REUSEPORT (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dreuseport_bpf.c165 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 Dreuseaddr_ports_exhausted.c66 ret = setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &reuseport, sizeof(int)); in bind_port()
H A Dfin_ack_lat.c125 if (setsockopt(sock, SOL_SOCKET, SO_REUSEADDR | SO_REUSEPORT, in main()
H A Dreuseport_dualstack.c61 if (setsockopt(rcv_fds[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_fd()
H A Dreuseport_bpf_numa.c61 if (setsockopt(rcv_fd[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_group()
H A Dreuseport_addr_any.c80 if (setsockopt(rcv_fds[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_fd()
H A Dreuseport_bpf_cpu.c65 if (setsockopt(rcv_fd[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_group()
H A Dudpgso_bench_rx.c138 if (setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &val, sizeof(val))) in do_socket()
H A Dtcp_fastopen_backup_key.c129 if (setsockopt(rcv_fds[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_fd()
H A Dmsg_zerocopy.c589 do_setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, 1); in do_setup_rx()
H A Dnettest.c484 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 Dsocket.h26 #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 Dsocket.h26 #define SO_REUSEPORT 15 macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dsocket.h33 #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dsocket.h24 #define SO_REUSEPORT 0x0200 macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dsocket.h27 #define SO_REUSEPORT 15 macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dsocket.h27 #define SO_REUSEPORT 15 macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dsocket.h20 #define SO_REUSEPORT 0x0200 macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dsocket.h18 #define SO_REUSEPORT 0x0200 macro
/OK3568_Linux_fs/buildroot/package/janus-gateway/
H A DConfig.in45 # SO_REUSEPORT
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c624 err = setsockopt(sk_fds[i], SOL_SOCKET, SO_REUSEPORT, in prepare_sk_fds()
H A Dsk_lookup.c186 err = setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &one, in make_server()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dkcm.rst239 processing thread and inserted into the epoll (similar to how SO_REUSEPORT
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dprotocol.c2208 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 Dsock.c869 case SO_REUSEPORT: in sock_setsockopt()
1346 case SO_REUSEPORT: in sock_getsockopt()

12