Home
last modified time | relevance | path

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

/linux-5.19.10/tools/include/uapi/linux/
Din.h81 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator
82 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
/linux-5.19.10/include/uapi/linux/
Din.h81 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator
82 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
/linux-5.19.10/tools/testing/selftests/net/mptcp/
Dmptcp_inq.c31 #ifndef IPPROTO_MPTCP
32 #define IPPROTO_MPTCP 262 macro
39 static int proto_tx = IPPROTO_MPTCP;
40 static int proto_rx = IPPROTO_MPTCP;
170 return IPPROTO_MPTCP; in protostr_to_num()
Dmptcp_sockopt.c31 #ifndef IPPROTO_MPTCP
32 #define IPPROTO_MPTCP 262 macro
155 sock = socket(a->ai_family, a->ai_socktype, IPPROTO_MPTCP); in sock_listen_mptcp()
645 fd = sock_connect_mptcp("127.0.0.1", "15432", IPPROTO_MPTCP); in client()
648 fd = sock_connect_mptcp("::1", "15432", IPPROTO_MPTCP); in client()
Dmptcp_connect.c36 #ifndef IPPROTO_MPTCP
37 #define IPPROTO_MPTCP 262 macro
63 static int cfg_sock_proto = IPPROTO_MPTCP;
250 } else if (proto == IPPROTO_MPTCP) { in sock_test_tcpulp()
1186 return IPPROTO_MPTCP; in parse_proto()
Dpm_nl_ctl.c28 #ifndef IPPROTO_MPTCP
29 #define IPPROTO_MPTCP 262 macro
1254 sock = socket(family, SOCK_STREAM, IPPROTO_MPTCP); in add_listener()
/linux-5.19.10/tools/testing/selftests/bpf/
Dnetwork_helpers.c24 #ifndef IPPROTO_MPTCP
25 #define IPPROTO_MPTCP 262 macro
142 return start_server_proto(family, SOCK_STREAM, IPPROTO_MPTCP, addr_str, in start_mptcp_server()
/linux-5.19.10/net/mptcp/
Dmptcp_diag.c228 .idiag_type = IPPROTO_MPTCP,
Dprotocol.c3743 .protocol = IPPROTO_MPTCP,
3849 .protocol = IPPROTO_MPTCP,
Dpm_netlink.c984 SOCK_STREAM, IPPROTO_MPTCP, &entry->lsk); in mptcp_pm_nl_create_listen_socket()
/linux-5.19.10/include/trace/events/
Dsock.h23 EMe(IPPROTO_MPTCP)
/linux-5.19.10/net/
Dsocket.c2208 sk->sk_protocol == IPPROTO_MPTCP && in sock_use_custom_sol_socket()
/linux-5.19.10/security/selinux/
Dhooks.c1110 protocol == IPPROTO_MPTCP); in default_protocol_stream()