/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/ |
D | connect_force_port.c | 141 server_fd = start_server(AF_INET, SOCK_STREAM, NULL, 60123, 0); in test_connect_force_port() 147 server_fd = start_server(AF_INET6, SOCK_STREAM, NULL, 60124, 0); in test_connect_force_port() 153 server_fd = start_server(AF_INET, SOCK_DGRAM, NULL, 60123, 0); in test_connect_force_port() 159 server_fd = start_server(AF_INET6, SOCK_DGRAM, NULL, 60124, 0); in test_connect_force_port()
|
D | cgroup_v1v2.c | 52 server_fd = start_server(AF_INET, SOCK_STREAM, NULL, port, 0); in test_cgroup_v1v2() 67 server_fd = start_server(AF_INET, SOCK_STREAM, NULL, port, 0); in test_cgroup_v1v2()
|
D | sockopt_inherit.c | 103 static int start_server(void) in start_server() function 193 server_fd = start_server(); in run_test()
|
D | btf_skc_cls_ingress.c | 100 listen_fd = start_server(AF_INET6, SOCK_STREAM, "::1", 0, 0); in test_conn() 155 listen_fd = start_server(AF_INET6, SOCK_STREAM, "::1", 0, 0); in test_syncookie()
|
D | load_bytes_relative.c | 26 server_fd = start_server(AF_INET, SOCK_STREAM, NULL, 0, 0); in test_load_bytes_relative()
|
D | socket_cookie.c | 48 server_fd = start_server(AF_INET6, SOCK_STREAM, "::1", 0, 0); in test_socket_cookie()
|
D | cgroup_skb_sk_lookup.c | 16 serv_sk = start_server(AF_INET6, SOCK_STREAM, NULL, 0, 0); in run_lookup_test()
|
D | sk_assign.c | 61 start_server(const struct sockaddr *addr, socklen_t len, int type) in start_server() function 300 server = start_server(addr, test->len, test->type); in test_sk_assign()
|
D | netns_cookie.c | 41 server_fd = start_server(AF_INET6, SOCK_STREAM, "::1", 0, 0); in test_netns_cookie()
|
D | sk_storage_tracing.c | 53 listen_fd = start_server(AF_INET6, SOCK_STREAM, LO_ADDR6, 0, 0); in do_test()
|
D | tcp_rtt.c | 157 server_fd = start_server(AF_INET, SOCK_STREAM, NULL, 0, 0); in test_tcp_rtt()
|
D | mptcp.c | 148 server_fd = start_server(AF_INET, SOCK_STREAM, NULL, 0, 0); in test_base()
|
D | tcpbpf_user.c | 58 listen_fd = start_server(AF_INET6, SOCK_STREAM, LO_ADDR6, 0, 0); in run_test()
|
D | test_local_storage.c | 173 serv_sk = start_server(AF_INET6, SOCK_STREAM, NULL, 0, 0); in test_test_local_storage()
|
D | cls_redirect.c | 37 static int start_server(const struct sockaddr *addr, socklen_t len, int type) in start_server() function 100 *server = start_server(addr, len, type); in set_up_conn()
|
D | bpf_iter_setsockopt.c | 113 listen_fd = start_server(AF_INET6, SOCK_STREAM, "::1", 0, 0); in do_bpf_iter_setsockopt()
|
D | bpf_tcp_ca.c | 276 lfd = start_server(AF_INET6, SOCK_STREAM, "::1", 0, 0); in test_dctcp_fallback()
|
D | cg_storage_multi.c | 65 server_fd = start_server(AF_INET, SOCK_DGRAM, NULL, 0, 0); in connect_send()
|
D | cgroup_getset_retval.c | 445 sock_fd = start_server(AF_INET, SOCK_DGRAM, NULL, 0, 0); in test_cgroup_getset_retval()
|
D | sock_fields.c | 281 listen_fd = start_server(AF_INET6, SOCK_STREAM, "::1", 0xcafe, 0); in test()
|
/linux-5.19.10/tools/testing/selftests/bpf/ |
D | test_tcp_check_syncookie_user.c | 20 static int start_server(const struct sockaddr *addr, socklen_t len, bool dual) in start_server() function 262 server = start_server((const struct sockaddr *)&addr4, sizeof(addr4), in main() 267 server_v6 = start_server((const struct sockaddr *)&addr6, in main() 272 server_dual = start_server((const struct sockaddr *)&addr6dual, in main()
|
D | network_helpers.h | 43 int start_server(int family, int type, const char *addr, __u16 port,
|
D | test_sock_addr.c | 941 static int start_server(int type, const struct sockaddr_storage *addr, in start_server() function 1180 servfd = start_server(test->type, &requested_addr, addr_len); in run_bind_test_case() 1216 servfd = start_server(test->type, &expected_addr, addr_len); in run_connect_test_case() 1273 servfd = start_server(test->type, &server_addr, addr_len); in run_xmsg_test_case()
|
D | network_helpers.c | 133 int start_server(int family, int type, const char *addr_str, __u16 port, in start_server() function
|
/linux-5.19.10/tools/testing/selftests/net/ |
D | tcp_inq.c | 59 void *start_server(void *arg) in start_server() function 136 if (pthread_create(&server_thread, NULL, start_server, in main()
|