Home
last modified time | relevance | path

Searched refs:syn_nr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh303 local syn_nr=$2
313 elif [ "$count" != "$syn_nr" ]; then
314 echo "[fail] got $count JOIN[s] syn expected $syn_nr"
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1457 local syn_nr=$1
1477 elif [ "$count" != "$syn_nr" ]; then
1478 fail_test "got $count JOIN[s] syn expected $syn_nr"
1492 if [ "$with_cookie" = 2 ] && [ "$count" -gt "$syn_ack_nr" ] && [ "$count" -le "$syn_nr" ]; then
1562 local syn_nr=${4:-$port_nr}
1609 elif [ "$count" != "$syn_nr" ]; then
1611 port-number expected $syn_nr"

Completed in 4 milliseconds