Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmptcp.c15 #ifndef IPPROTO_MPTCP
16 #define IPPROTO_MPTCP 262 macro
90 .proto = IPPROTO_MPTCP, in start_mptcp_server()
258 if (!ASSERT_EQ(protocol, IPPROTO_MPTCP, "protocol isn't MPTCP")) in verify_mptcpify()
/linux/include/uapi/linux/
H A Din.h86 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator
87 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
/linux/tools/include/uapi/linux/
H A Din.h86 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator
87 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c32 #ifndef IPPROTO_MPTCP
33 #define IPPROTO_MPTCP 262 macro
40 static int proto_tx = IPPROTO_MPTCP;
41 static int proto_rx = IPPROTO_MPTCP;
171 return IPPROTO_MPTCP; in protostr_to_num()
H A Dmptcp_sockopt.c31 #ifndef IPPROTO_MPTCP
32 #define IPPROTO_MPTCP 262 macro
195 sock = socket(a->ai_family, a->ai_socktype, IPPROTO_MPTCP); in sock_listen_mptcp()
765 fd = sock_connect_mptcp("127.0.0.1", "15432", IPPROTO_MPTCP); in client()
768 fd = sock_connect_mptcp("::1", "15432", IPPROTO_MPTCP); in client()
H A Dmptcp_connect.c37 #ifndef IPPROTO_MPTCP
38 #define IPPROTO_MPTCP 262 macro
64 static int cfg_sock_proto = IPPROTO_MPTCP;
273 } else if (proto == IPPROTO_MPTCP) { in sock_test_tcpulp()
1308 return IPPROTO_MPTCP; in parse_proto()
H A Dpm_nl_ctl.c22 #ifndef IPPROTO_MPTCP
23 #define IPPROTO_MPTCP 262 macro
1296 sock = socket(family, SOCK_STREAM, IPPROTO_MPTCP); in add_listener()
/linux/tools/testing/selftests/net/
H A Dip_local_port_range.c19 #ifndef IPPROTO_MPTCP
20 #define IPPROTO_MPTCP 262 macro
156 .so_protocol = IPPROTO_MPTCP, in FIXTURE_VARIANT_ADD()
180 .so_protocol = IPPROTO_MPTCP, in FIXTURE_VARIANT_ADD()
/linux/tools/testing/selftests/bpf/progs/
H A Dmptcpify.c20 return IPPROTO_MPTCP; in BPF_PROG()
/linux/Documentation/networking/
H A Dmptcp.rst40 Technically, when a new socket is created with the ``IPPROTO_MPTCP`` protocol
99 int sd = socket(AF_INET(6), SOCK_STREAM, IPPROTO_MPTCP);
101 Note that ``IPPROTO_MPTCP`` is defined as ``262``.
116 Switching to ``IPPROTO_MPTCP`` instead of ``IPPROTO_TCP`` should be as
/linux/net/mptcp/
H A Dtoken_test.c66 sk->sk_protocol = IPPROTO_MPTCP; in build_msk()
H A Dmptcp_diag.c231 .idiag_type = IPPROTO_MPTCP,
H A Dprotocol.h374 WARN_ON(_ptr->sk_protocol != IPPROTO_MPTCP); \
H A Dprotocol.c4092 .protocol = IPPROTO_MPTCP,
4196 .protocol = IPPROTO_MPTCP,
H A Dpm_netlink.c1077 SOCK_STREAM, IPPROTO_MPTCP, &entry->lsk); in mptcp_pm_nl_create_listen_socket()
/linux/include/trace/events/
H A Dsock.h24 EMe(IPPROTO_MPTCP)
/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c39 #ifndef IPPROTO_MPTCP
40 #define IPPROTO_MPTCP 262 macro
/linux/security/selinux/
H A Dhooks.c1152 protocol == IPPROTO_MPTCP); in default_protocol_stream()