Home
last modified time | relevance | path

Searched refs:t0_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
178 t0_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
215 t0_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
247 t0_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
203 t0_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
236 t0_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
264 t0_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
204 t0_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
234 t0_rp12=$(link_stats_tx_packets_get $rp12)
243 let "packets_rp12 = $t1_rp12 - $t0_rp12"
H A Dcustom_multipath_hash.sh256 local t0_rp12=$(link_stats_tx_packets_get $rp12)
264 local d_rp12=$((t1_rp12 - t0_rp12))