Searched refs:nr_socks (Results 1 - 1 of 1) sorted by path

/linux-master/tools/testing/selftests/net/
H A Dudpgso_bench.sh60 local nr_socks=0
69 nr_socks="$(ss -lnHi | grep -c "\*:${TESTPORT}")"
70 [ "$nr_socks" -eq 2 ] && break
74 if [ "$nr_socks" -ne 2 ]; then

Completed in 297 milliseconds