Searched refs:IPPROTO_MPTCP (Results 1 - 17 of 17) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dmptcpify.c16 return IPPROTO_MPTCP;
/linux-master/include/uapi/linux/
H A Din.h84 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator in enum:__anon4481
85 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
/linux-master/tools/include/uapi/linux/
H A Din.h84 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator in enum:__anon5346
85 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dmptcp.c15 #ifndef IPPROTO_MPTCP
16 #define IPPROTO_MPTCP 262 macro
247 if (!ASSERT_EQ(protocol, IPPROTO_MPTCP, "protocol isn't MPTCP"))
/linux-master/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;
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);
765 fd = sock_connect_mptcp("127.0.0.1", "15432", IPPROTO_MPTCP);
768 fd = sock_connect_mptcp("::1", "15432", IPPROTO_MPTCP);
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) {
1308 return IPPROTO_MPTCP;
H A Dpm_nl_ctl.c28 #ifndef IPPROTO_MPTCP
29 #define IPPROTO_MPTCP 262 macro
1302 sock = socket(family, SOCK_STREAM, IPPROTO_MPTCP);
/linux-master/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,
180 .so_protocol = IPPROTO_MPTCP,
/linux-master/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c25 #ifndef IPPROTO_MPTCP
26 #define IPPROTO_MPTCP 262 macro
143 return start_server_proto(family, SOCK_STREAM, IPPROTO_MPTCP, addr_str,
/linux-master/net/mptcp/
H A Dtoken_test.c66 sk->sk_protocol = IPPROTO_MPTCP;
H A Dmptcp_diag.c231 .idiag_type = IPPROTO_MPTCP,
249 MODULE_ALIAS_NET_PF_PROTO_TYPE(PF_NETLINK, NETLINK_SOCK_DIAG, 2-262 /* AF_INET - IPPROTO_MPTCP */);
H A Dprotocol.h363 WARN_ON(_ptr->sk_protocol != IPPROTO_MPTCP); \
H A Dprotocol.c4046 .protocol = IPPROTO_MPTCP,
4150 .protocol = IPPROTO_MPTCP,
H A Dpm_netlink.c1006 SOCK_STREAM, IPPROTO_MPTCP, &entry->lsk);
/linux-master/include/trace/events/
H A Dsock.h23 EMe(IPPROTO_MPTCP)
/linux-master/security/selinux/
H A Dhooks.c1147 protocol == IPPROTO_MPTCP);

Completed in 276 milliseconds