Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/tools/testing/selftests/net/
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()
Dreuseaddr_ports_exhausted.c66 ret = setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &reuseport, sizeof(int)); in bind_port()
Dfin_ack_lat.c125 if (setsockopt(sock, SOL_SOCKET, SO_REUSEADDR | SO_REUSEPORT, in main()
Dreuseport_dualstack.c61 if (setsockopt(rcv_fds[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_fd()
Dreuseport_bpf_numa.c61 if (setsockopt(rcv_fd[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_group()
Dreuseport_addr_any.c80 if (setsockopt(rcv_fds[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_fd()
Dreuseport_bpf_cpu.c65 if (setsockopt(rcv_fd[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_group()
Dudpgso_bench_rx.c138 if (setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &val, sizeof(val))) in do_socket()
Dtcp_fastopen_backup_key.c129 if (setsockopt(rcv_fds[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_fd()
Dmsg_zerocopy.c589 do_setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, 1); in do_setup_rx()
Dnettest.c484 if (setsockopt(sd, SOL_SOCKET, SO_REUSEPORT, &one, sizeof(one)) != 0) { in set_reuseport()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dsocket.h26 #define SO_REUSEPORT 15 macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dsocket.h27 #define SO_REUSEPORT 15 macro
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
Dsocket.h20 #define SO_REUSEPORT 0x0200 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dsocket.h31 #define SO_REUSEPORT 0x0200 macro
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
Dsocket.h24 #define SO_REUSEPORT 0x0200 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dsocket.h40 #define SO_REUSEPORT 15 macro
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
Dsocket.h27 #define SO_REUSEPORT 15 macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
Dsocket.h18 #define SO_REUSEPORT 0x0200 macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
Dsocket.h33 #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */ macro
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
Dsocket.h153 #define SO_REUSEPORT 15 macro
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dselect_reuseport.c624 err = setsockopt(sk_fds[i], SOL_SOCKET, SO_REUSEPORT, in prepare_sk_fds()
Dsk_lookup.c186 err = setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &one, in make_server()
/kernel/linux/linux-5.10/Documentation/networking/
Dkcm.rst239 processing thread and inserted into the epoll (similar to how SO_REUSEPORT
/kernel/linux/linux-5.10/net/mptcp/
Dprotocol.c2208 case SO_REUSEPORT: in mptcp_setsockopt_sol_socket()
2219 if (optname == SO_REUSEPORT) in mptcp_setsockopt_sol_socket()

12