Searched refs:IPPROTO_MPTCP (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/include/uapi/linux/ |
A D | in.h | 84 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator 85 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | in.h | 84 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator 85 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
|
/linux-6.3-rc2/tools/testing/selftests/net/mptcp/ |
A D | mptcp_inq.c | 31 #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 D | mptcp_sockopt.c | 31 #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 D | mptcp_connect.c | 36 #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 D | pm_nl_ctl.c | 28 #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 D | network_helpers.c | 24 #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 D | mptcp_diag.c | 231 .idiag_type = IPPROTO_MPTCP,
|
A D | protocol.c | 3824 .protocol = IPPROTO_MPTCP, 3924 .protocol = IPPROTO_MPTCP,
|
A D | pm_netlink.c | 1011 SOCK_STREAM, IPPROTO_MPTCP, &entry->lsk); in mptcp_pm_nl_create_listen_socket()
|
/linux-6.3-rc2/include/trace/events/ |
A D | sock.h | 23 EMe(IPPROTO_MPTCP)
|
/linux-6.3-rc2/security/selinux/ |
A D | hooks.c | 1107 protocol == IPPROTO_MPTCP); in default_protocol_stream()
|
Completed in 53 milliseconds