Lines Matching refs:tmp_file
2292 local tmp_file=$(mktemp)
2293 ip netns exec $ns2 socat UDP4-LISTEN:54321,fork $tmp_file &
2324 [[ $(cat $tmp_file | wc -l) -eq 3 ]]
2332 rm $tmp_file
2350 local tmp_file=$(mktemp)
2351 ip netns exec $ns2 socat UDP6-LISTEN:54321,fork $tmp_file &
2382 [[ $(cat $tmp_file | wc -l) -eq 3 ]]
2390 rm $tmp_file
2540 local tmp_file=$(mktemp)
2549 run_cmd "perf stat -a -e fib:fib_table_lookup --filter 'err == 0' -j -o $tmp_file -- $cmd"
2552 list_rcv_eval $tmp_file $diff
2554 rm $tmp_file
2585 local tmp_file=$(mktemp)
2594 run_cmd "perf stat -a -e fib6:fib6_table_lookup --filter 'err == 0' -j -o $tmp_file -- $cmd"
2597 list_rcv_eval $tmp_file $diff
2599 rm $tmp_file