Home
last modified time | relevance | path

Searched refs:proto_tx (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/tools/testing/selftests/net/mptcp/
Dmptcp_inq.c39 static int proto_tx = IPPROTO_MPTCP; variable
189 proto_tx = protostr_to_num(optarg); in parse_opts()
506 fd = sock_connect_mptcp("127.0.0.1", "15432", proto_tx); in client()
509 fd = sock_connect_mptcp("::1", "15432", proto_tx); in client()