Home
last modified time | relevance | path

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

/tools/testing/selftests/net/netfilter/
A Dconntrack_resize.sh12 tmpfile_proc=""
34 rm -f "$tmpfile" "$tmpfile_proc" "$tmpfile_uniq"
361 …proc=$(ip netns exec "$ns" bash -c "sort < /proc/self/net/nf_conntrack | tee \"$tmpfile_proc\" | w…
368 proc=$(uniq "$tmpfile_proc" | tee "$tmpfile_uniq" | wc -l)
371 diff -u "$tmpfile_proc" "$tmpfile_uniq"
507 tmpfile_proc=$(mktemp)

Completed in 4 milliseconds