Searched refs:IPPROTO_MPTCP (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | in.h | 84 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator 85 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | in.h | 84 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator 85 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
|
/openbmc/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 | 39 #ifndef IPPROTO_MPTCP 40 #define IPPROTO_MPTCP 262 macro 66 static int cfg_sock_proto = IPPROTO_MPTCP; 275 } else if (proto == IPPROTO_MPTCP) { in sock_test_tcpulp() 1329 return IPPROTO_MPTCP; in parse_proto()
|
H A D | pm_nl_ctl.c | 28 #ifndef IPPROTO_MPTCP 29 #define IPPROTO_MPTCP 262 macro 1265 sock = socket(family, SOCK_STREAM, IPPROTO_MPTCP); in add_listener()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | mptcp.c | 15 #ifndef IPPROTO_MPTCP 16 #define IPPROTO_MPTCP 262 macro 247 if (!ASSERT_EQ(protocol, IPPROTO_MPTCP, "protocol isn't MPTCP")) in verify_mptcpify()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | mptcpify.c | 16 return IPPROTO_MPTCP; in BPF_PROG()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H 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()
|
/openbmc/linux/net/mptcp/ |
H A D | mptcp_diag.c | 231 .idiag_type = IPPROTO_MPTCP,
|
H A D | protocol.c | 4065 .protocol = IPPROTO_MPTCP, 4169 .protocol = IPPROTO_MPTCP,
|
H A D | pm_netlink.c | 1090 SOCK_STREAM, IPPROTO_MPTCP, &entry->lsk); in mptcp_pm_nl_create_listen_socket()
|
/openbmc/linux/include/trace/events/ |
H A D | sock.h | 23 EMe(IPPROTO_MPTCP)
|
/openbmc/qemu/util/ |
H A D | qemu-sockets.c | 280 e->ai_protocol = IPPROTO_MPTCP; in inet_listen_saddr() 461 e->ai_protocol = IPPROTO_MPTCP; in inet_connect_saddr()
|
/openbmc/linux/security/selinux/ |
H A D | hooks.c | 1145 protocol == IPPROTO_MPTCP); in default_protocol_stream()
|
/openbmc/qemu/ |
H A D | meson.build | 2695 cc.has_header_symbol('netinet/in.h', 'IPPROTO_MPTCP'))
|