Lines Matching refs:outfile
28 local outfile=$1; shift
34 head -n 1 $outfile | grep -q "rt_offload_failed"
39 head -n 2 $outfile | tail -n 1 | grep -q "rt_offload_failed"
44 local outfile=$1; shift
49 head -n 1 $outfile | grep -q "rt_trap"
54 head -n 2 $outfile | tail -n 1 | grep -q "rt_trap"
59 local outfile=$1; shift
64 lines=`wc -l $outfile | cut "-d " -f1`
73 check_rt_trap $outfile
76 check_rt_offload_failed $outfile
91 local outfile=$(mktemp)
93 $IP monitor route &> $outfile &
99 route_notify_check $outfile $expected_num_notifications $offload_failed
100 rm -f $outfile
145 local outfile=$(mktemp)
147 $IP monitor route &> $outfile &
153 route_notify_check $outfile $expected_num_notifications
154 rm -f $outfile
188 local outfile=$(mktemp)
190 $IP monitor route &> $outfile &
196 route_notify_check $outfile $expected_num_notifications
197 rm -f $outfile