Searched refs:start_server_proto (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | network_helpers.c | 120 static int start_server_proto(int family, int type, int protocol, in start_server_proto() function 136 return start_server_proto(family, type, 0, addr_str, port, timeout_ms); in start_server() 142 return start_server_proto(family, SOCK_STREAM, IPPROTO_MPTCP, addr_str, in start_mptcp_server()
|