Lines Matching +full:3 +full:ns
8 ns="ns1-$rndh"
21 ip netns pids "${ns}" | xargs --no-run-if-empty kill -SIGUSR1 &>/dev/null
24 [ -z "$(ip netns pids "${ns}")" ] && break
31 ip netns pids "${ns}" | xargs --no-run-if-empty kill -SIGKILL &>/dev/null
33 ip netns del $ns
51 ip netns exec $ns cat /proc/net/protocols | awk '$1~/^MPTCP$/{print $3}'
58 local msg="$3"
86 __chk_nr "ss -inmHMN $ns | $condition" "$@"
107 nr=$(ss -inmHMN $ns | $condition)
144 local msg="$3"
146 __chk_nr "ss -N $ns -Ml '$filter' | grep -c LISTEN" "$expected" "$msg" 0
176 listen_nr=$(ss -N "${ns}" -Ml | grep -c LISTEN)
199 __chk_nr "mptcp_lib_get_counter ${ns} MPTcpExtMPCurrEstab" \
218 ip netns add $ns
219 ip -n $ns link set dev lo up
223 ip netns exec $ns \
226 mptcp_lib_wait_local_port_listen $ns 10000
232 ip netns exec $ns \
235 wait_connected $ns 10000
248 ip netns exec $ns \
251 mptcp_lib_wait_local_port_listen $ns 10001
254 ip netns exec $ns \
257 wait_connected $ns 10001
270 ip netns exec $ns \
274 mptcp_lib_wait_local_port_listen $ns $((NR_CLIENTS + 10001))
279 ip netns exec $ns \