Searched refs:mptcp (Results 1 – 16 of 16) sorted by relevance
2 obj-$(CONFIG_MPTCP) += mptcp.o4 mptcp-y := protocol.o subflow.o options.o token.o crypto.o ctrl.o pm.o diag.o \
72 ip netns exec $netns sysctl -q net.mptcp.enabled=173 ip netns exec $netns sysctl -q net.mptcp.pm_type=077 ip netns exec $netns sysctl -q net.mptcp.checksum_enabled=1237 ip netns exec $ns1 sysctl -q net.mptcp.add_addr_timeout=1253 ip netns exec $ns1 sysctl -q net.mptcp.checksum_enabled=$ns1_enable254 ip netns exec $ns2 sysctl -q net.mptcp.checksum_enabled=$ns2_enable266 ip netns exec $ns1 sysctl -q net.mptcp.allow_join_initial_addr_port=$ns1_enable267 ip netns exec $ns2 sysctl -q net.mptcp.allow_join_initial_addr_port=$ns2_enable290 ip netns exec $ns1 sysctl -q net.mptcp.checksum_enabled=1291 ip netns exec $ns2 sysctl -q net.mptcp.checksum_enabled=1[all …]
47 ip netns exec $ns1 sysctl -q net.mptcp.enabled=1
43 ip netns exec $netns sysctl -q net.mptcp.enabled=1
212 ip netns exec $i sysctl -q net.mptcp.checksum_enabled=1287 ip netns exec ${disabled_ns} sysctl -q net.mptcp.enabled=0
80 ip netns exec "$i" sysctl -q net.mptcp.enabled=181 ip netns exec "$i" sysctl -q net.mptcp.pm_type=1
74 mptcp-sysctl
7 /proc/sys/net/mptcp/* Variables
79 obj-$(CONFIG_MPTCP) += mptcp/
97 source "net/mptcp/Kconfig"
3 #define TRACE_SYSTEM mptcp
28 mptcp
51 TARGETS += net/mptcp
442 struct mptcp_out_options mptcp; member451 mptcp_write_options(th, ptr, tp, &opts->mptcp); in mptcp_options_write()747 if (mptcp_synack_options(req, &size, &opts->mptcp)) { in mptcp_set_option_cond()828 if (mptcp_syn_options(sk, skb, &size, &opts->mptcp)) { in tcp_syn_options()953 &opts->mptcp)) { in tcp_established_options()
37 802 E802 protocol mptcp Multipath TCP
14429 L: mptcp@lists.linux.dev14433 F: Documentation/networking/mptcp-sysctl.rst14434 F: include/net/mptcp.h14435 F: include/trace/events/mptcp.h14436 F: include/uapi/linux/mptcp.h14437 F: net/mptcp/14438 F: tools/testing/selftests/bpf/*/*mptcp*.c14439 F: tools/testing/selftests/net/mptcp/