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
90 obj-$(CONFIG_MPTCP) += mptcp/
97 source "net/mptcp/Kconfig"
41 TARGETS += net/mptcp
443 struct mptcp_out_options mptcp; member450 mptcp_write_options(ptr, &opts->mptcp); in mptcp_options_write()745 if (mptcp_synack_options(req, &size, &opts->mptcp)) { in mptcp_set_option_cond()826 if (mptcp_syn_options(sk, skb, &size, &opts->mptcp)) { in tcp_syn_options()951 &opts->mptcp)) { in tcp_established_options()
12295 L: mptcp@lists.01.org12299 F: include/net/mptcp.h12300 F: include/uapi/linux/mptcp.h12301 F: net/mptcp/12302 F: tools/testing/selftests/net/mptcp/