Searched refs:weight_rp13 (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | router_mpath_nh.sh | 187 local weight_rp13=$3 195 ip nexthop replace id 103 group 101,$weight_rp12/102,$weight_rp13 208 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13 219 local weight_rp13=$3 228 ip nexthop replace id 106 group 104,$weight_rp12/105,$weight_rp13 241 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13 252 local weight_rp13=$3 256 ip nexthop replace id 106 group 104,$weight_rp12/105,$weight_rp13 271 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
|
H A D | router_multipath.sh | 166 local weight_rp13=$3 176 nexthop via 169.254.3.23 dev $rp13 weight $weight_rp13 189 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13 202 local weight_rp13=$3 213 nexthop via fe80:3::23 dev $rp13 weight $weight_rp13 226 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13 239 local weight_rp13=$3 245 nexthop via fe80:3::23 dev $rp13 weight $weight_rp13 260 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
|
H A D | lib.sh | 967 local weight_rp13=$3 974 if [[ "$weight_rp12" -gt "$weight_rp13" ]]; then 975 weights_ratio=$(echo "scale=2; $weight_rp12 / $weight_rp13" \ 978 weights_ratio=$(echo "scale=2; $weight_rp13 / $weight_rp12" \ 989 if [[ "$weight_rp12" -gt "$weight_rp13" ]]; then
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | router_mpath_nh.sh | 193 local weight_rp13=$3 201 ip nexthop replace id 103 group 101,$weight_rp12/102,$weight_rp13 214 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13 225 local weight_rp13=$3 234 ip nexthop replace id 106 group 104,$weight_rp12/105,$weight_rp13 247 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13 258 local weight_rp13=$3 262 ip nexthop replace id 106 group 104,$weight_rp12/105,$weight_rp13 277 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
|
H A D | router_multipath.sh | 166 local weight_rp13=$3 176 nexthop via 169.254.3.23 dev $rp13 weight $weight_rp13 189 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13 202 local weight_rp13=$3 213 nexthop via fe80:3::23 dev $rp13 weight $weight_rp13 226 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13 239 local weight_rp13=$3 245 nexthop via fe80:3::23 dev $rp13 weight $weight_rp13 260 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
|
H A D | router_mpath_nh_res.sh | 195 local weight_rp13=$3 215 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13 225 local weight_rp13=$3 245 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
|
H A D | lib.sh | 1160 local weight_rp13=$3 1167 if [[ "$weight_rp12" -gt "$weight_rp13" ]]; then 1168 weights_ratio=$(echo "scale=2; $weight_rp12 / $weight_rp13" \ 1171 weights_ratio=$(echo "scale=2; $weight_rp13 / $weight_rp12" \ 1182 if [[ "$weight_rp12" -gt "$weight_rp13" ]]; then
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/ |
H A D | net_forwarding_lib.sh | 1160 local weight_rp13=$3 1167 if [[ "$weight_rp12" -gt "$weight_rp13" ]]; then 1168 weights_ratio=$(echo "scale=2; $weight_rp12 / $weight_rp13" \ 1171 weights_ratio=$(echo "scale=2; $weight_rp13 / $weight_rp12" \ 1182 if [[ "$weight_rp12" -gt "$weight_rp13" ]]; then
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/ |
H A D | lib.sh | 1160 local weight_rp13=$3 1167 if [[ "$weight_rp12" -gt "$weight_rp13" ]]; then 1168 weights_ratio=$(echo "scale=2; $weight_rp12 / $weight_rp13" \ 1171 weights_ratio=$(echo "scale=2; $weight_rp13 / $weight_rp12" \ 1182 if [[ "$weight_rp12" -gt "$weight_rp13" ]]; then
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/team/ |
H A D | net_forwarding_lib.sh | 1160 local weight_rp13=$3 1167 if [[ "$weight_rp12" -gt "$weight_rp13" ]]; then 1168 weights_ratio=$(echo "scale=2; $weight_rp12 / $weight_rp13" \ 1171 weights_ratio=$(echo "scale=2; $weight_rp13 / $weight_rp12" \ 1182 if [[ "$weight_rp12" -gt "$weight_rp13" ]]; then
|
Completed in 9 milliseconds