Home
last modified time | relevance | path

Searched refs:start_reuseport_server (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsock_iter_batch.c28 fds[i] = start_reuseport_server(AF_INET6, sock_type, "::1", 0, 0, in do_test()
H A Dsock_destroy.c153 listen_fds = start_reuseport_server(AF_INET6, SOCK_DGRAM, in test_udp_server()
H A Dbpf_iter_setsockopt.c130 reuse_listen_fds = start_reuseport_server(AF_INET6, SOCK_STREAM, in do_bpf_iter_setsockopt()
H A Dassign_reuse.c116 fd_sv = start_reuseport_server(family, sotype, ip, port, 100, 1); in run_assign_reuse()
/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h55 int *start_reuseport_server(int family, int type, const char *addr_str,
H A Dxdp_features.c256 sockfd = start_reuseport_server(AF_INET6, SOCK_DGRAM, NULL, in dut_run_echo_thread()
368 sockfd = start_reuseport_server(AF_INET6, SOCK_STREAM, NULL, in dut_run()
H A Dnetwork_helpers.c143 int *start_reuseport_server(int family, int type, const char *addr_str, in start_reuseport_server() function