Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh305 local ack_nr=$4
337 elif [ "$count" != "$ack_nr" ]; then
338 echo "[fail] got $count JOIN[s] ack expected $ack_nr"
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1459 local ack_nr=$3
1505 elif [ "$count" != "$ack_nr" ]; then
1506 fail_test "got $count JOIN[s] ack expected $ack_nr"
1564 local ack_nr=${6:-$port_nr}
1631 elif [ "$count" != "$ack_nr" ]; then
1633 port-number expected $ack_nr"

Completed in 7 milliseconds