Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/net/netfilter/
H A Dnft_flowtable.sh243 local max_orig=${fs%%/*}
244 local max_repl=$((max_orig))
248 if [ "$orig_cnt" -gt "$max_orig" ];then
249 …echo "FAIL: $what: original counter $orig_cnt exceeds expected value $max_orig, reply counter $rep…