Searched refs:mptcp (Results 1 – 13 of 13) 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 \
74 mptcp-sysctl
7 /proc/sys/net/mptcp/* Variables
80 obj-$(CONFIG_MPTCP) += mptcp/
97 source "net/mptcp/Kconfig"
47 ip netns exec $ns1 sysctl -q net.mptcp.enabled=1
52 ip netns exec $netns sysctl -q net.mptcp.enabled=156 ip netns exec $netns sysctl -q net.mptcp.checksum_enabled=1133 ip netns exec $ns1 sysctl -q net.mptcp.add_addr_timeout=1148 ip netns exec $ns1 sysctl -q net.mptcp.checksum_enabled=$ns1_enable149 ip netns exec $ns2 sysctl -q net.mptcp.checksum_enabled=$ns2_enable159 ip netns exec $ns1 sysctl -q net.mptcp.allow_join_initial_addr_port=$ns1_enable160 ip netns exec $ns2 sysctl -q net.mptcp.allow_join_initial_addr_port=$ns2_enable
42 ip netns exec $netns sysctl -q net.mptcp.enabled=1
207 ip netns exec $i sysctl -q net.mptcp.checksum_enabled=1282 ip netns exec ${disabled_ns} sysctl -q net.mptcp.enabled=0
3 #define TRACE_SYSTEM mptcp
44 TARGETS += net/mptcp
445 struct mptcp_out_options mptcp; member453 mptcp_write_options(ptr, tp, &opts->mptcp); in mptcp_options_write()748 if (mptcp_synack_options(req, &size, &opts->mptcp)) { in mptcp_set_option_cond()829 if (mptcp_syn_options(sk, skb, &size, &opts->mptcp)) { in tcp_syn_options()954 &opts->mptcp)) { in tcp_established_options()
13144 L: mptcp@lists.linux.dev13148 F: Documentation/networking/mptcp-sysctl.rst13149 F: include/net/mptcp.h13150 F: include/trace/events/mptcp.h13151 F: include/uapi/linux/mptcp.h13152 F: net/mptcp/13153 F: tools/testing/selftests/net/mptcp/