Home
last modified time | relevance | path

Searched refs:start_server_str (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/
A Dtest_tcp_check_syncookie_user.c180 server = start_server_str(AF_INET, SOCK_STREAM, "127.0.0.1", 0, NULL); in main()
185 server_v6 = start_server_str(AF_INET6, SOCK_STREAM, "::1", 0, &opts); in main()
190 server_dual = start_server_str(AF_INET6, SOCK_STREAM, "::0", 0, &opts); in main()
A Dnetwork_helpers.h58 int start_server_str(int family, int type, const char *addr_str, __u16 port,
A Dnetwork_helpers.c139 int start_server_str(int family, int type, const char *addr_str, __u16 port, in start_server_str() function
161 return start_server_str(family, type, addr_str, port, &opts); in start_server()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dmptcp.c93 return start_server_str(family, SOCK_STREAM, addr_str, port, &opts); in start_mptcp_server()
A Dbpf_tcp_ca.c47 *srv_fd = start_server_str(AF_INET6, SOCK_STREAM, addr_str, 0, srv_opts); in start_test()
A Dsk_lookup.c170 fd = start_server_str(cb_opts.family, sotype, ip, port, &opts); in make_server()

Completed in 14 milliseconds