Searched refs:IPPROTO_MPTCP (Results 1 – 13 of 13) sorted by relevance
/linux-5.19.10/tools/include/uapi/linux/ |
D | in.h | 81 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator 82 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
|
/linux-5.19.10/include/uapi/linux/ |
D | in.h | 81 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator 82 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
|
/linux-5.19.10/tools/testing/selftests/net/mptcp/ |
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()
|
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()
|
D | mptcp_connect.c | 36 #ifndef IPPROTO_MPTCP 37 #define IPPROTO_MPTCP 262 macro 63 static int cfg_sock_proto = IPPROTO_MPTCP; 250 } else if (proto == IPPROTO_MPTCP) { in sock_test_tcpulp() 1186 return IPPROTO_MPTCP; in parse_proto()
|
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-5.19.10/tools/testing/selftests/bpf/ |
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-5.19.10/net/mptcp/ |
D | mptcp_diag.c | 228 .idiag_type = IPPROTO_MPTCP,
|
D | protocol.c | 3743 .protocol = IPPROTO_MPTCP, 3849 .protocol = IPPROTO_MPTCP,
|
D | pm_netlink.c | 984 SOCK_STREAM, IPPROTO_MPTCP, &entry->lsk); in mptcp_pm_nl_create_listen_socket()
|
/linux-5.19.10/include/trace/events/ |
D | sock.h | 23 EMe(IPPROTO_MPTCP)
|
/linux-5.19.10/net/ |
D | socket.c | 2208 sk->sk_protocol == IPPROTO_MPTCP && in sock_use_custom_sol_socket()
|
/linux-5.19.10/security/selinux/ |
D | hooks.c | 1110 protocol == IPPROTO_MPTCP); in default_protocol_stream()
|