Home
last modified time | relevance | path

Searched defs:client_fd (Results 1 – 19 of 19) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_tcp_skb.c63 static int talk_to_cgroup(int *client_fd, int *listen_fd, int *service_fd, in talk_to_cgroup()
109 static int talk_to_outside(int *client_fd, int *listen_fd, int *service_fd, in talk_to_outside()
239 int client_fd = -1, listen_fd = -1; in test_cgroup_tcp_skb() local
H A Dsockopt_inherit.c44 int client_fd; in server_thread() local
98 int server_fd = -1, client_fd; in run_test() local
H A Dsk_lookup.c376 static int tcp_echo_test(int client_fd, int server_fd) in tcp_echo_test()
393 static int udp_echo_test(int client_fd, int server_fd) in udp_echo_test()
541 int client_fd, reuse_conn_fd = -1; in run_lookup_prog() local
804 int client_fd, server_fd, err; in drop_on_lookup() local
1093 int err, client_fd, connected_fd, server_fd; in run_sk_assign_connected() local
1164 int map_fd, server_fd, client_fd; in run_multi_prog_lookup() local
H A Dtcp_rtt.c50 static int verify_sk(int map_fd, int client_fd, const char *msg, __u32 invoked, in verify_sk()
108 int client_fd; in run_test() local
H A Dload_bytes_relative.c12 int server_fd, cgroup_fd, prog_fd, map_fd, client_fd; in test_load_bytes_relative() local
H A Dcgroup_v1v2.c50 int server_fd, client_fd, cgroup_fd; in test_cgroup_v1v2() local
H A Dsocket_cookie.c18 int server_fd = 0, client_fd = 0, cgroup_fd = 0, err = 0; in test_socket_cookie() local
H A Dxdp_synproxy.c60 int server_fd = -1, client_fd = -1, accept_fd = -1; in test_synproxy() local
H A Dbpf_nf.c53 int srv_fd = -1, client_fd = -1, srv_client_fd = -1; in test_bpf_nf_ct() local
H A Dns_current_pid_tgid.c124 int verdict, map, server_fd = -1, client_fd = -1; in test_current_pid_tgid_sk_msg() local
H A Dcg_storage_multi.c59 int server_fd = -1, client_fd = -1; in connect_send() local
H A Dtc_redirect.c409 int listen_fd = -1, accept_fd = -1, client_fd = -1; in test_tcp() local
625 int opt = 1, accept_fd = -1, client_fd = -1, listen_fd, err; in test_inet_dtime() local
/linux/tools/testing/selftests/net/
H A Dbind_timewait.c45 int server_fd, client_fd, child_fd, ret; in create_timewait_socket() local
/linux/tools/testing/vsock/
H A Dutil.c145 int client_fd; in vsock_bind_connect() local
217 int fd, client_fd, old_errno; in vsock_accept() local
H A Dvsock_test.c1183 int listen_fd, client_fd, i; in test_double_bind_connect_server() local
1214 int i, client_fd; in test_double_bind_connect_client() local
1236 int client_fd; in test_unsent_bytes_server() local
H A Dvsock_perf.c142 int client_fd; in run_receiver() local
H A Dvsock_diag_test.c406 int client_fd; in test_connect_server() local
/linux/tools/testing/selftests/landlock/
H A Dnet_test.c513 int inval_fd, bind_fd, client_fd, status, ret; in test_bind_and_connect() local
823 int bind_fd, client_fd, status; in TEST_F() local
/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c368 int connect_fd_to_fd(int client_fd, int server_fd, int timeout_ms) in connect_fd_to_fd()