/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
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()
|
D | reuseaddr_ports_exhausted.c | 66 ret = setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &reuseport, sizeof(int)); in bind_port()
|
D | fin_ack_lat.c | 125 if (setsockopt(sock, SOL_SOCKET, SO_REUSEADDR | SO_REUSEPORT, in main()
|
D | reuseport_dualstack.c | 61 if (setsockopt(rcv_fds[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_fd()
|
D | reuseport_bpf_numa.c | 61 if (setsockopt(rcv_fd[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_group()
|
D | reuseport_addr_any.c | 80 if (setsockopt(rcv_fds[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_fd()
|
D | reuseport_bpf_cpu.c | 65 if (setsockopt(rcv_fd[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_group()
|
D | udpgso_bench_rx.c | 138 if (setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &val, sizeof(val))) in do_socket()
|
D | tcp_fastopen_backup_key.c | 129 if (setsockopt(rcv_fds[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_fd()
|
D | msg_zerocopy.c | 589 do_setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, 1); in do_setup_rx()
|
D | nettest.c | 484 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/ |
D | socket.h | 26 #define SO_REUSEPORT 15 macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
D | socket.h | 27 #define SO_REUSEPORT 15 macro
|
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
D | socket.h | 20 #define SO_REUSEPORT 0x0200 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | socket.h | 31 #define SO_REUSEPORT 0x0200 macro
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
D | socket.h | 24 #define SO_REUSEPORT 0x0200 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
D | socket.h | 40 #define SO_REUSEPORT 15 macro
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
D | socket.h | 27 #define SO_REUSEPORT 15 macro
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
D | socket.h | 18 #define SO_REUSEPORT 0x0200 macro
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
D | socket.h | 33 #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */ macro
|
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/ |
D | socket.h | 153 #define SO_REUSEPORT 15 macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | select_reuseport.c | 624 err = setsockopt(sk_fds[i], SOL_SOCKET, SO_REUSEPORT, in prepare_sk_fds()
|
D | sk_lookup.c | 186 err = setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &one, in make_server()
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | kcm.rst | 239 processing thread and inserted into the epoll (similar to how SO_REUSEPORT
|
/kernel/linux/linux-5.10/net/mptcp/ |
D | protocol.c | 2208 case SO_REUSEPORT: in mptcp_setsockopt_sol_socket() 2219 if (optname == SO_REUSEPORT) in mptcp_setsockopt_sol_socket()
|