Searched refs:start_server_str (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| A D | test_tcp_check_syncookie_user.c | 180 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 D | network_helpers.h | 58 int start_server_str(int family, int type, const char *addr_str, __u16 port,
|
| A D | network_helpers.c | 139 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 D | mptcp.c | 93 return start_server_str(family, SOCK_STREAM, addr_str, port, &opts); in start_mptcp_server()
|
| A D | bpf_tcp_ca.c | 47 *srv_fd = start_server_str(AF_INET6, SOCK_STREAM, addr_str, 0, srv_opts); in start_test()
|
| A D | sk_lookup.c | 170 fd = start_server_str(cb_opts.family, sotype, ip, port, &opts); in make_server()
|
Completed in 14 milliseconds