Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Drouter_multipath.sh167 local t0_rp12 t0_rp13 t1_rp12 t1_rp13
184 t1_rp12=$(link_stats_tx_packets_get $rp12)
187 let "packets_rp12 = $t1_rp12 - $t0_rp12"
203 local t0_rp12 t0_rp13 t1_rp12 t1_rp13
221 t1_rp12=$(link_stats_tx_packets_get $rp12)
224 let "packets_rp12 = $t1_rp12 - $t0_rp12"
240 local t0_rp12 t0_rp13 t1_rp12 t1_rp13
255 t1_rp12=$(link_stats_tx_packets_get $rp12)
258 let "packets_rp12 = $t1_rp12 - $t0_rp12"
H A Drouter_mpath_nh.sh194 local t0_rp12 t0_rp13 t1_rp12 t1_rp13
209 t1_rp12=$(link_stats_tx_packets_get $rp12)
212 let "packets_rp12 = $t1_rp12 - $t0_rp12"
226 local t0_rp12 t0_rp13 t1_rp12 t1_rp13
242 t1_rp12=$(link_stats_tx_packets_get $rp12)
245 let "packets_rp12 = $t1_rp12 - $t0_rp12"
259 local t0_rp12 t0_rp13 t1_rp12 t1_rp13
272 t1_rp12=$(link_stats_tx_packets_get $rp12)
275 let "packets_rp12 = $t1_rp12 - $t0_rp12"
H A Drouter_mpath_nh_res.sh196 local t0_rp12 t0_rp13 t1_rp12 t1_rp13
210 t1_rp12=$(link_stats_tx_packets_get $rp12)
213 let "packets_rp12 = $t1_rp12 - $t0_rp12"
226 local t0_rp12 t0_rp13 t1_rp12 t1_rp13
240 t1_rp12=$(link_stats_tx_packets_get $rp12)
243 let "packets_rp12 = $t1_rp12 - $t0_rp12"
H A Dcustom_multipath_hash.sh261 local t1_rp12=$(link_stats_tx_packets_get $rp12)
264 local d_rp12=$((t1_rp12 - t0_rp12))