Searched refs:make_client (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsk_lookup.c222 static int make_client(int sotype, const char *ip, int port) function
232 if (CHECK(err, "make_client", "connect")) {
651 client_fd = make_client(t->sotype, t->connect_to.ip, t->connect_to.port);
1157 connected_fd = make_client(sotype, EXT_IP4, EXT_PORT);
1171 client_fd = make_client(sotype, EXT_IP4, EXT_PORT);

Completed in 159 milliseconds