Home
last modified time | relevance | path

Searched refs:mptcp (Results 1 – 16 of 16) sorted by relevance

/Linux-v6.1/net/mptcp/
DMakefile2 obj-$(CONFIG_MPTCP) += mptcp.o
4 mptcp-y := protocol.o subflow.o options.o token.o crypto.o ctrl.o pm.o diag.o \
/Linux-v6.1/tools/testing/selftests/net/mptcp/
Dmptcp_join.sh72 ip netns exec $netns sysctl -q net.mptcp.enabled=1
73 ip netns exec $netns sysctl -q net.mptcp.pm_type=0
77 ip netns exec $netns sysctl -q net.mptcp.checksum_enabled=1
237 ip netns exec $ns1 sysctl -q net.mptcp.add_addr_timeout=1
253 ip netns exec $ns1 sysctl -q net.mptcp.checksum_enabled=$ns1_enable
254 ip netns exec $ns2 sysctl -q net.mptcp.checksum_enabled=$ns2_enable
266 ip netns exec $ns1 sysctl -q net.mptcp.allow_join_initial_addr_port=$ns1_enable
267 ip netns exec $ns2 sysctl -q net.mptcp.allow_join_initial_addr_port=$ns2_enable
290 ip netns exec $ns1 sysctl -q net.mptcp.checksum_enabled=1
291 ip netns exec $ns2 sysctl -q net.mptcp.checksum_enabled=1
[all …]
Dpm_netlink.sh47 ip netns exec $ns1 sysctl -q net.mptcp.enabled=1
Dmptcp_sockopt.sh43 ip netns exec $netns sysctl -q net.mptcp.enabled=1
Dmptcp_connect.sh212 ip netns exec $i sysctl -q net.mptcp.checksum_enabled=1
287 ip netns exec ${disabled_ns} sysctl -q net.mptcp.enabled=0
Duserspace_pm.sh80 ip netns exec "$i" sysctl -q net.mptcp.enabled=1
81 ip netns exec "$i" sysctl -q net.mptcp.pm_type=1
/Linux-v6.1/Documentation/networking/
Dindex.rst74 mptcp-sysctl
Dmptcp-sysctl.rst7 /proc/sys/net/mptcp/* Variables
/Linux-v6.1/net/
DMakefile79 obj-$(CONFIG_MPTCP) += mptcp/
DKconfig97 source "net/mptcp/Kconfig"
/Linux-v6.1/include/trace/events/
Dmptcp.h3 #define TRACE_SYSTEM mptcp
/Linux-v6.1/tools/testing/selftests/bpf/
DDENYLIST.s390x28 mptcp
/Linux-v6.1/tools/testing/selftests/
DMakefile51 TARGETS += net/mptcp
/Linux-v6.1/net/ipv4/
Dtcp_output.c442 struct mptcp_out_options mptcp; member
451 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()
/Linux-v6.1/Documentation/admin-guide/sysctl/
Dnet.rst37 802 E802 protocol mptcp Multipath TCP
/Linux-v6.1/
DMAINTAINERS14429 L: mptcp@lists.linux.dev
14433 F: Documentation/networking/mptcp-sysctl.rst
14434 F: include/net/mptcp.h
14435 F: include/trace/events/mptcp.h
14436 F: include/uapi/linux/mptcp.h
14437 F: net/mptcp/
14438 F: tools/testing/selftests/bpf/*/*mptcp*.c
14439 F: tools/testing/selftests/net/mptcp/