Lines Matching full:then

38 if [ $tc_loss -eq 100 ];then
40 elif [ $tc_loss -ge 10 ]; then
42 elif [ $tc_loss -ge 1 ]; then
71 if [ $OPTARG -ge 0 ];then
95 if [ $OPTARG -ge 0 ];then
103 if [ $OPTARG -ge 0 ];then
208 if $checksum; then
214 if $capture; then
224 if ip netns exec $ns ethtool -K $dev $flags 2>/dev/null; then
246 if $ethtool_random_on;then
268 if ! ip netns exec ${disabled_ns} sysctl net.mptcp >/dev/null; then
276 if [ "$(ip netns exec ${disabled_ns} sysctl net.mptcp.enabled | awk '{ print $3 }')" -ne 1 ]; then
289 if [ ${err} -eq 0 ]; then
309 if mptcp_lib_is_v6 "${connect_addr}"; then
316 if [ $rc -ne 0 ] ; then
338 if [ "$rcvbuf" -gt 0 ]; then
342 if [ "$sndbuf" -gt 0 ]; then
346 if [ -n "$testmode" ]; then
350 if [ -n "$extra_args" ] && $options_log; then
367 if $capture; then
369 if [ -z $SUDO_USER ] ; then
389 if [ ${listener_ns} != ${connector_ns} ]; then
433 if $capture; then
441 if [ ${listener_ns} != ${connector_ns} ]; then
449 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then
485 if [ ${cl_proto} = "MPTCP" ] && [ ${srv_proto} = "MPTCP" ]; then
490 if [ ${stat_synrx_now_l} -lt ${expect_synrx} ]; then
495 if [ ${stat_ackrx_now_l} -lt ${expect_ackrx} ] && [ ${stat_ooo_now} -eq 0 ]; then
496 if [ ${stat_ooo_now} -eq 0 ]; then
505 if $checksum; then
512 if [ $csum_err_s_nr -gt 0 ]; then
518 if [ $csum_err_c_nr -gt 0 ]; then
524 if [ ${stat_ooo_now} -eq 0 ] && [ ${stat_tcpfb_last_l} -ne ${stat_tcpfb_now_l} ]; then
529 if [ $cookies -eq 2 ];then
530 if [ $stat_cookietx_last -ge $stat_cookietx_now ] ;then
533 if [ $stat_cookierx_last -ge $stat_cookierx_now ] ;then
537 if [ $stat_cookietx_last -ne $stat_cookietx_now ] ;then
540 if [ $stat_cookierx_last -ne $stat_cookierx_now ] ;then
545 if [ ${stat_synrx_now_l} -gt ${expect_synrx} ]; then
549 if [ ${stat_ackrx_now_l} -gt ${expect_ackrx} ]; then
554 if [ $retc -eq 0 ] && [ $rets -eq 0 ]; then
558 if [ -n "${extra}" ]; then
576 if [ $SIZE -eq 0 ]; then
602 if [ $loopback -eq 0 ] && [ ${listener_ns} = ${connector_ns} ]; then
607 if ! $ipv6 && mptcp_lib_is_v6 "${connect_addr}"; then
612 if mptcp_lib_is_v6 "${connect_addr}"; then
621 if [ $lret -ne 0 ]; then
626 if [ $do_tcp -eq 0 ]; then
628 if [ ${listener_ns} != ${connector_ns} ]; then
636 if [ $lret -ne 0 ]; then
644 if [ $lret -ne 0 ]; then
649 if [ $do_tcp -gt 1 ] ;then
653 if [ $lret -ne 0 ]; then
680 if ! $ipv6 && mptcp_lib_is_v6 "${connect_addr}"; then
688 if ! mptcp_lib_kallsyms_has "T __ip_sock_set_tos$"; then
705 then
713 if mptcp_lib_is_v6 "${connect_addr}"; then
720 if ! ip -net "$listener_ns" $r6flag rule add fwmark 1 lookup 100; then
728 if ! ip -net "$listener_ns" route add local $local_addr/0 dev lo table 100; then
749 if [ $lret -ne 0 ]; then
773 if ! mptcp_lib_kallsyms_has "mptcp_fastopen_"; then
801 if ! mptcp_lib_kallsyms_has "mptcp_pm_data_reset$"; then
838 if [ ${ret} -ne 0 ]; then
850 if ! log_if_error "${@}"; then
896 if [ -z "${tc_reorder}" ]; then
901 if [ $reorder_delay -gt 0 ] && [ $reorder1 -lt 100 ] && [ $reorder2 -gt 0 ]; then
905 elif [ "$tc_reorder" = "0" ];then
907 elif [ "$reorder_delay" -gt 0 ];then
929 if [ $sender = $ns1 ]; then