Lines Matching full:mptcp
56 echo -e "\t-C: enable the MPTCP data checksum"
219 ip netns exec $i sysctl -q net.mptcp.checksum_enabled=1
262 # net.mptcp.enabled should be enabled by default
263 if [ "$(ip netns exec ${disabled_ns} sysctl net.mptcp.enabled | awk '{ print $3 }')" -ne 1 ]; then
264 echo -e "net.mptcp.enabled sysctl is not 1 by default\t\t[ FAIL ]"
265 mptcp_lib_result_fail "net.mptcp.enabled sysctl is not 1 by default"
269 ip netns exec ${disabled_ns} sysctl -q net.mptcp.enabled=0
272 LC_ALL=C ip netns exec ${disabled_ns} ./mptcp_connect -p 10000 -s MPTCP 127.0.0.1 < "$cin" 2>&1 | \
277 echo -e "New MPTCP socket cannot be blocked via sysctl\t\t[ FAIL ]"
278 mptcp_lib_result_fail "New MPTCP socket cannot be blocked via sysctl"
283 echo -e "New MPTCP socket can be blocked via sysctl\t\t[ OK ]"
284 mptcp_lib_result_pass "New MPTCP socket can be blocked via sysctl"
461 if [ ${cl_proto} = "MPTCP" ] && [ ${srv_proto} = "MPTCP" ]; then
585 do_transfer ${listener_ns} ${connector_ns} MPTCP MPTCP \
600 do_transfer ${listener_ns} ${connector_ns} MPTCP TCP \
608 do_transfer ${listener_ns} ${connector_ns} TCP MPTCP \
652 # the required infrastructure in MPTCP sockopt code. To support TOS, the
710 do_transfer ${listener_ns} ${connector_ns} MPTCP MPTCP \
719 echo "FAIL: $msg, mptcp connection error" 1>&2
831 stop_if_error "The kernel configuration is not valid for MPTCP"
894 # mptcp syncookie support.