Searched refs:connect_to_fd (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.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() 160 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 | cgroup_skb_sk_lookup.c | 33 in_sk = connect_to_fd(serv_sk, 0); in run_lookup_test()
|
D | tcp_rtt.c | 121 client_fd = connect_to_fd(server_fd, 0); in run_test()
|
D | connect_force_port.c | 117 fd = connect_to_fd(server_fd, 0); in run_test()
|
D | sock_fields.c | 277 cli_fd = connect_to_fd(listen_fd, 0); in test()
|
D | cg_storage_multi.c | 69 client_fd = connect_to_fd(server_fd, 0); in connect_send()
|
D | tcp_hdr_options.c | 133 sk_fds->active_fd = connect_to_fd(sk_fds->srv_fd, 0); in sk_fds_connect()
|
/Linux-v5.10/tools/testing/selftests/bpf/ |
D | network_helpers.h | 38 int connect_to_fd(int server_fd, int timeout_ms);
|
D | network_helpers.c | 156 int connect_to_fd(int server_fd, int timeout_ms) in connect_to_fd() function
|