Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Din.h84 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator
85 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
/linux-6.3-rc2/tools/include/uapi/linux/
A Din.h84 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator
85 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
/linux-6.3-rc2/tools/testing/selftests/net/mptcp/
A 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()
A 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()
A Dmptcp_connect.c36 #ifndef IPPROTO_MPTCP
37 #define IPPROTO_MPTCP 262 macro
63 static int cfg_sock_proto = IPPROTO_MPTCP;
272 } else if (proto == IPPROTO_MPTCP) { in sock_test_tcpulp()
1311 return IPPROTO_MPTCP; in parse_proto()
A 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-6.3-rc2/tools/testing/selftests/bpf/
A 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-6.3-rc2/net/mptcp/
A Dmptcp_diag.c231 .idiag_type = IPPROTO_MPTCP,
A Dprotocol.c3824 .protocol = IPPROTO_MPTCP,
3924 .protocol = IPPROTO_MPTCP,
A Dpm_netlink.c1011 SOCK_STREAM, IPPROTO_MPTCP, &entry->lsk); in mptcp_pm_nl_create_listen_socket()
/linux-6.3-rc2/include/trace/events/
A Dsock.h23 EMe(IPPROTO_MPTCP)
/linux-6.3-rc2/security/selinux/
A Dhooks.c1107 protocol == IPPROTO_MPTCP); in default_protocol_stream()

Completed in 45 milliseconds