Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/netfilter/
H A Dnft_flowtable.sh253 local max_orig=${fs%%/*}
254 local max_repl=$((max_orig))
257 # should always be lower than the size of the transmitted file (max_orig).
258 if [ "$orig_cnt" -gt "$max_orig" ];then
259 echo "FAIL: $what: original counter $orig_cnt exceeds expected value $max_orig, reply counter $repl_cnt" 1>&2