Searched refs:connect_to_fd (Results 1 – 17 of 17) sorted by relevance
/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/ |
D | btf_skc_cls_ingress.c | 111 cli_fd = connect_to_fd(listen_fd, 0); in test_conn() 166 cli_fd = connect_to_fd(listen_fd, 0); in test_syncookie()
|
D | load_bytes_relative.c | 52 client_fd = connect_to_fd(server_fd, 0); in test_load_bytes_relative()
|
D | socket_cookie.c | 52 client_fd = connect_to_fd(server_fd, 0); in test_socket_cookie()
|
D | cgroup_skb_sk_lookup.c | 33 in_sk = connect_to_fd(serv_sk, 0); in run_lookup_test()
|
D | netns_cookie.c | 45 client_fd = connect_to_fd(server_fd, 0); in test_netns_cookie()
|
D | sk_storage_tracing.c | 58 active_fd = connect_to_fd(listen_fd, 0); in do_test()
|
D | tcp_rtt.c | 114 client_fd = connect_to_fd(server_fd, 0); in run_test()
|
D | mptcp.c | 123 client_fd = connect_to_fd(server_fd, 0); in run_test()
|
D | tcpbpf_user.c | 63 cli_fd = connect_to_fd(listen_fd, 0); in run_test()
|
D | connect_force_port.c | 118 fd = connect_to_fd(server_fd, 0); in run_test()
|
D | bpf_iter_setsockopt.c | 68 est_fds[i] = connect_to_fd(listen_fd, 0); in make_established()
|
D | cg_storage_multi.c | 69 client_fd = connect_to_fd(server_fd, 0); in connect_send()
|
D | sock_fields.c | 292 cli_fd = connect_to_fd(listen_fd, 0); in test()
|
D | tc_redirect.c | 302 client_fd = connect_to_fd(listen_fd, TIMEOUT_MILLIS); in test_tcp() 472 client_fd = connect_to_fd(listen_fd, TIMEOUT_MILLIS); in test_inet_dtime()
|
D | tcp_hdr_options.c | 133 sk_fds->active_fd = connect_to_fd(sk_fds->srv_fd, 0); in sk_fds_connect()
|
/linux-5.19.10/tools/testing/selftests/bpf/ |
D | network_helpers.h | 51 int connect_to_fd(int server_fd, int timeout_ms);
|
D | network_helpers.c | 314 int connect_to_fd(int server_fd, int timeout_ms) in connect_to_fd() function
|