Lines Matching refs:tmp_file
2384 local tmp_file=$(mktemp)
2385 ip netns exec $ns2 socat UDP4-LISTEN:54321,fork $tmp_file &
2416 [[ $(cat $tmp_file | wc -l) -eq 3 ]]
2424 rm $tmp_file
2442 local tmp_file=$(mktemp)
2443 ip netns exec $ns2 socat UDP6-LISTEN:54321,fork $tmp_file &
2474 [[ $(cat $tmp_file | wc -l) -eq 3 ]]
2482 rm $tmp_file
2629 local tmp_file=$(mktemp)
2638 run_cmd "perf stat -a -e fib:fib_table_lookup --filter 'err == 0' -j -o $tmp_file -- $cmd"
2641 list_rcv_eval $tmp_file $diff
2643 rm $tmp_file
2674 local tmp_file=$(mktemp)
2683 run_cmd "perf stat -a -e fib6:fib6_table_lookup --filter 'err == 0' -j -o $tmp_file -- $cmd"
2686 list_rcv_eval $tmp_file $diff
2688 rm $tmp_file