Searched refs:connect_to_server (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_nf.c | 38 static int connect_to_server(int srv_fd) in connect_to_server() 93 client_fd = connect_to_server(srv_fd); in test_bpf_nf_ct() 94 if (!ASSERT_GE(client_fd, 0, "connect_to_server")) in test_bpf_nf_ct() 34 static int connect_to_server(int srv_fd) connect_to_server() function
|
| H A D | sock_iter_batch.c | 214 static int *connect_to_server(int family, int sock_type, const char *addr, in connect_to_server() function 536 new_socks = connect_to_server(family, sock_type, addr, port, in add_some_established() 812 established_fds = connect_to_server(tc->family, tc->sock_type, in do_resume_test()
|