Lines Matching full:mptcp

61 	echo -e "\t-C: enable the MPTCP data checksum"
210 ip netns exec $i sysctl -q net.mptcp.checksum_enabled=1
260 print_larger_title "New MPTCP socket can be blocked via sysctl"
263 if ! ip netns exec ${disabled_ns} sysctl net.mptcp >/dev/null; then
264 mptcp_lib_pr_fail "not able to list net.mptcp sysctl knobs"
265 mptcp_lib_result_fail "not able to list net.mptcp sysctl knobs"
270 # net.mptcp.enabled should be enabled by default
271 if [ "$(ip netns exec ${disabled_ns} sysctl net.mptcp.enabled | awk '{ print $3 }')" -ne 1 ]; then
272 mptcp_lib_pr_fail "net.mptcp.enabled sysctl is not 1 by default"
273 mptcp_lib_result_fail "net.mptcp.enabled sysctl is not 1 by default"
277 ip netns exec ${disabled_ns} sysctl -q net.mptcp.enabled=0
280 LC_ALL=C ip netns exec ${disabled_ns} ./mptcp_connect -p 10000 -s MPTCP 127.0.0.1 < "$cin" 2>&1 | \
285 mptcp_lib_pr_fail "New MPTCP socket cannot be blocked via sysctl"
286 mptcp_lib_result_fail "New MPTCP socket cannot be blocked via sysctl"
292 mptcp_lib_result_pass "New MPTCP socket can be blocked via sysctl"
481 if [ ${cl_proto} = "MPTCP" ] && [ ${srv_proto} = "MPTCP" ]; then
614 do_transfer ${listener_ns} ${connector_ns} MPTCP MPTCP \
629 do_transfer ${listener_ns} ${connector_ns} MPTCP TCP \
637 do_transfer ${listener_ns} ${connector_ns} TCP MPTCP \
681 # the required infrastructure in MPTCP sockopt code. To support TOS, the
737 do_transfer ${listener_ns} ${connector_ns} MPTCP MPTCP \
746 mptcp_lib_pr_fail "$msg, mptcp connection error"
860 stop_if_error "The kernel configuration is not valid for MPTCP"
924 # mptcp syncookie support.