Searched refs:mptcp (Results 1 – 9 of 9) 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 \
47 ip netns exec $ns1 sysctl -q net.mptcp.enabled=1
28 ip netns exec $netns sysctl -q net.mptcp.enabled=1
269 ip netns exec ${disabled_ns} sysctl -q net.mptcp.enabled=0
93 obj-$(CONFIG_MPTCP) += mptcp/
97 source "net/mptcp/Kconfig"
40 TARGETS += net/mptcp
445 struct mptcp_out_options mptcp; member452 mptcp_write_options(ptr, &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()
12264 L: mptcp@lists.01.org12268 F: include/net/mptcp.h12269 F: include/uapi/linux/mptcp.h12270 F: net/mptcp/12271 F: tools/testing/selftests/net/mptcp/