Searched refs:weight_rp12 (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 | 186 local weight_rp12=$2 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 218 local weight_rp12=$2 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 251 local weight_rp12=$2 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 | 165 local weight_rp12=$2 175 nexthop via 169.254.2.22 dev $rp12 weight $weight_rp12 \ 189 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13 201 local weight_rp12=$2 212 nexthop via fe80:2::22 dev $rp12 weight $weight_rp12 \ 226 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13 238 local weight_rp12=$2 244 nexthop via fe80:2::22 dev $rp12 weight $weight_rp12 \ 260 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
|
H A D | lib.sh | 966 local weight_rp12=$2 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 | 192 local weight_rp12=$2 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 224 local weight_rp12=$2 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 257 local weight_rp12=$2 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 | 165 local weight_rp12=$2 175 nexthop via 169.254.2.22 dev $rp12 weight $weight_rp12 \ 189 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13 201 local weight_rp12=$2 212 nexthop via fe80:2::22 dev $rp12 weight $weight_rp12 \ 226 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13 238 local weight_rp12=$2 244 nexthop via fe80:2::22 dev $rp12 weight $weight_rp12 \ 260 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
|
H A D | router_mpath_nh_res.sh | 194 local weight_rp12=$2 215 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13 224 local weight_rp12=$2 245 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
|
H A D | lib.sh | 1159 local weight_rp12=$2 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 | 1159 local weight_rp12=$2 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 | 1159 local weight_rp12=$2 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 | 1159 local weight_rp12=$2 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