Searched refs:IPPROTO_MPTCP (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/include/uapi/linux/ |
| A D | in.h | 81 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator 82 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
|
| /linux/include/uapi/linux/ |
| A D | in.h | 81 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator 82 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
|
| /linux/tools/testing/selftests/net/mptcp/ |
| A D | mptcp_sockopt.c | 29 #ifndef IPPROTO_MPTCP 30 #define IPPROTO_MPTCP 262 macro 153 sock = socket(a->ai_family, a->ai_socktype, IPPROTO_MPTCP); in sock_listen_mptcp() 605 fd = sock_connect_mptcp("127.0.0.1", "15432", IPPROTO_MPTCP); in client() 608 fd = sock_connect_mptcp("::1", "15432", IPPROTO_MPTCP); in client()
|
| A D | mptcp_connect.c | 34 #ifndef IPPROTO_MPTCP 35 #define IPPROTO_MPTCP 262 macro 61 static int cfg_sock_proto = IPPROTO_MPTCP; 971 return IPPROTO_MPTCP; in parse_proto()
|
| /linux/net/mptcp/ |
| A D | mptcp_diag.c | 129 .idiag_type = IPPROTO_MPTCP,
|
| A D | protocol.c | 3482 .protocol = IPPROTO_MPTCP, 3588 .protocol = IPPROTO_MPTCP,
|
| A D | pm_netlink.c | 870 SOCK_STREAM, IPPROTO_MPTCP, &entry->lsk); in mptcp_pm_nl_create_listen_socket()
|
| /linux/include/trace/events/ |
| A D | sock.h | 23 EMe(IPPROTO_MPTCP)
|
| /linux/net/ |
| A D | socket.c | 2130 sk->sk_protocol == IPPROTO_MPTCP && in sock_use_custom_sol_socket()
|
| /linux/security/selinux/ |
| A D | hooks.c | 1165 protocol == IPPROTO_MPTCP); in default_protocol_stream()
|
Completed in 44 milliseconds