Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/netfilter/
Dnft_flowtable.sh238 local max_orig=${fs%%/*}
239 local max_repl=$((max_orig/4))
241 if [ $orig_cnt -gt $max_orig ];then
242 echo "FAIL: $what: original counter $orig_cnt exceeds expected value $max_orig" 1>&2