/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | mptcp.c | 15 #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 D | in.h | 86 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator 87 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
|
/linux/tools/include/uapi/linux/ |
H A D | in.h | 86 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator 87 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
|
/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_inq.c | 32 #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 D | mptcp_sockopt.c | 31 #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 D | mptcp_connect.c | 37 #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 D | pm_nl_ctl.c | 22 #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 D | ip_local_port_range.c | 19 #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 D | mptcpify.c | 20 return IPPROTO_MPTCP; in BPF_PROG()
|
/linux/Documentation/networking/ |
H A D | mptcp.rst | 40 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 D | token_test.c | 66 sk->sk_protocol = IPPROTO_MPTCP; in build_msk()
|
H A D | mptcp_diag.c | 231 .idiag_type = IPPROTO_MPTCP,
|
H A D | protocol.h | 374 WARN_ON(_ptr->sk_protocol != IPPROTO_MPTCP); \
|
H A D | protocol.c | 4092 .protocol = IPPROTO_MPTCP, 4196 .protocol = IPPROTO_MPTCP,
|
H A D | pm_netlink.c | 1077 SOCK_STREAM, IPPROTO_MPTCP, &entry->lsk); in mptcp_pm_nl_create_listen_socket()
|
/linux/include/trace/events/ |
H A D | sock.h | 24 EMe(IPPROTO_MPTCP)
|
/linux/tools/testing/selftests/bpf/ |
H A D | network_helpers.c | 39 #ifndef IPPROTO_MPTCP 40 #define IPPROTO_MPTCP 262 macro
|
/linux/security/selinux/ |
H A D | hooks.c | 1152 protocol == IPPROTO_MPTCP); in default_protocol_stream()
|