Home
last modified time | relevance | path

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

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