/tools/testing/selftests/bpf/prog_tests/ |
D | cgroup_v1v2.c | 10 static int run_test(int cgroup_fd, int server_fd, bool classid) in run_test() 48 int server_fd, client_fd, cgroup_fd; in test_cgroup_v1v2() local
|
D | connect_force_port.c | 49 static int run_test(int cgroup_fd, int server_fd, int family, int type) in run_test() 134 int server_fd, cgroup_fd; in test_connect_force_port() local
|
D | tcp_rtt.c | 92 static int run_test(int cgroup_fd, int server_fd) in run_test() 158 int server_fd, cgroup_fd; in test_tcp_rtt() local
|
D | sk_lookup.c | 312 static int tcp_recv_send(int server_fd) in tcp_recv_send() 357 static int udp_recv_send(int server_fd) in udp_recv_send() 437 static int tcp_echo_test(int client_fd, int server_fd) in tcp_echo_test() 454 static int udp_echo_test(int client_fd, int server_fd) in udp_echo_test() 869 int client_fd, server_fd, err; in drop_on_lookup() local 1120 int err, client_fd, connected_fd, server_fd; in run_sk_assign_connected() local 1191 int map_fd, server_fd, client_fd; in run_multi_prog_lookup() local
|
D | sockopt_inherit.c | 10 static int connect_to_server(int server_fd) in connect_to_server() 173 int server_fd = -1, client_fd; in run_test() local
|
D | load_bytes_relative.c | 12 int server_fd, cgroup_fd, prog_fd, map_fd, client_fd; in test_load_bytes_relative() local
|
D | netns_cookie.c | 15 int server_fd = -1, client_fd = -1, cgroup_fd = -1; in test_netns_cookie() local
|
D | socket_cookie.c | 18 int server_fd = 0, client_fd = 0, cgroup_fd = 0, err = 0; in test_socket_cookie() local
|
D | cg_storage_multi.c | 59 int server_fd = -1, client_fd = -1; in connect_send() local
|
D | sk_assign.c | 157 run_test(int server_fd, const struct sockaddr *addr, socklen_t len, int type) in run_test()
|
/tools/testing/selftests/bpf/ |
D | network_helpers.c | 172 int fastopen_connect(int server_fd, const char *data, unsigned int data_len, in fastopen_connect() 238 int connect_to_fd_opts(int server_fd, const struct network_helper_opts *opts) in connect_to_fd_opts() 285 int connect_to_fd(int server_fd, int timeout_ms) in connect_to_fd() 294 int connect_fd_to_fd(int client_fd, int server_fd, int timeout_ms) in connect_fd_to_fd()
|
D | test_tcp_check_syncookie_user.c | 50 static int connect_to_server(int server_fd) in connect_to_server() 119 static int run_test(int server_fd, int results_fd, bool xdp) in run_test()
|
/tools/testing/selftests/net/ |
D | tcp_inq.c | 61 int server_fd = (int)(unsigned long)arg; in start_server() local 105 int server_fd, fd; in main() local
|