Home
last modified time | relevance | path

Searched refs:check_counter (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/testing/selftests/net/netfilter/
Dconntrack_icmp_related.sh45 check_counter() function
65 if ! check_counter "$n" "unknown" "$expect"; then
207 if ! check_counter "$netns" "related" "$expect"; then
213 if ! check_counter "$nsclient2" "new" "$expect"; then
225 if ! check_counter "$nsrouter2" "related" "$expect"; then
232 if ! check_counter "$netns" "related" "$expect"; then
244 if ! check_counter "$netns" "related" "$expect"; then
262 if ! check_counter "$nsclient1" "redir4" "$expect"; then
268 if ! check_counter "$nsclient1" "redir6" "$expect"; then
Dconntrack_tcp_unreplied.sh32 check_counter() function
154 if ! check_counter "$ns2" "redir" "$expect"; then
/linux-6.12.1/tools/testing/selftests/net/
Dbig_tcp.sh101 check_counter() { function
146 if check_counter link1 $ROUTER_NS; then
147 check_counter link3 $SERVER_NS || ret="FAIL_on_link3"