/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | connect_force_port.c | 140 server_fd = start_server(AF_INET, SOCK_STREAM, NULL, 60123, 0); in test_connect_force_port() 146 server_fd = start_server(AF_INET6, SOCK_STREAM, NULL, 60124, 0); in test_connect_force_port() 152 server_fd = start_server(AF_INET, SOCK_DGRAM, NULL, 60123, 0); in test_connect_force_port() 158 server_fd = start_server(AF_INET6, SOCK_DGRAM, NULL, 60124, 0); in test_connect_force_port()
|
D | sockopt_inherit.c | 103 static int start_server(void) in start_server() function 192 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() 149 listen_fd = start_server(AF_INET6, SOCK_STREAM, "::1", 0, 0); in test_syncookie()
|
D | test_local_storage.c | 49 serv_sk = start_server(AF_INET6, SOCK_STREAM, NULL, 0, 0); in test_test_local_storage()
|
D | load_bytes_relative.c | 26 server_fd = start_server(AF_INET, SOCK_STREAM, NULL, 0, 0); in test_load_bytes_relative()
|
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 | tcp_rtt.c | 164 server_fd = start_server(AF_INET, SOCK_STREAM, NULL, 0, 0); in test_tcp_rtt()
|
D | cls_redirect.c | 36 static int start_server(const struct sockaddr *addr, socklen_t len, int type) in start_server() function 99 *server = start_server(addr, len, type); in set_up_conn()
|
D | sock_fields.c | 266 listen_fd = start_server(AF_INET6, SOCK_STREAM, "::1", 0, 0); in test()
|
D | cg_storage_multi.c | 65 server_fd = start_server(AF_INET, SOCK_DGRAM, NULL, 0, 0); in connect_send()
|
D | tcp_hdr_options.c | 124 sk_fds->srv_fd = start_server(AF_INET6, SOCK_STREAM, LO_ADDR6, 0, 0); in sk_fds_connect()
|
/Linux-v5.10/tools/testing/selftests/bpf/ |
D | test_tcp_check_syncookie_user.c | 21 static int start_server(const struct sockaddr *addr, socklen_t len) in start_server() function 233 server = start_server((const struct sockaddr *)&addr4, sizeof(addr4)); in main() 237 server_v6 = start_server((const struct sockaddr *)&addr6, in main()
|
D | test_socket_cookie.c | 26 static int start_server(void) in start_server() function 167 server_fd = start_server(); in run_test()
|
D | network_helpers.h | 36 int start_server(int family, int type, const char *addr, __u16 port,
|
D | network_helpers.c | 69 int start_server(int family, int type, const char *addr_str, __u16 port, in start_server() function
|
D | test_sock_addr.c | 1166 static int start_server(int type, const struct sockaddr_storage *addr, in start_server() function 1405 servfd = start_server(test->type, &requested_addr, addr_len); in run_bind_test_case() 1441 servfd = start_server(test->type, &expected_addr, addr_len); in run_connect_test_case() 1498 servfd = start_server(test->type, &server_addr, addr_len); in run_xmsg_test_case()
|
/Linux-v5.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()
|