Lines Matching refs:tmp_file
2198 local tmp_file=$(mktemp)
2199 ip netns exec ns2 socat UDP4-LISTEN:54321,fork $tmp_file &
2230 [[ $(cat $tmp_file | wc -l) -eq 3 ]]
2238 rm $tmp_file
2256 local tmp_file=$(mktemp)
2257 ip netns exec ns2 socat UDP6-LISTEN:54321,fork $tmp_file &
2288 [[ $(cat $tmp_file | wc -l) -eq 3 ]]
2296 rm $tmp_file
2446 local tmp_file=$(mktemp)
2455 run_cmd "perf stat -a -e fib:fib_table_lookup --filter 'err == 0' -j -o $tmp_file -- $cmd"
2458 list_rcv_eval $tmp_file $diff
2460 rm $tmp_file
2491 local tmp_file=$(mktemp)
2500 run_cmd "perf stat -a -e fib6:fib6_table_lookup --filter 'err == 0' -j -o $tmp_file -- $cmd"
2503 list_rcv_eval $tmp_file $diff
2505 rm $tmp_file