Lines Matching refs:n2
420 local n2=$(bridge_${context}_ngroups_get "$locus")
422 ((n2 == n0))
423 check_err $? "Number of groups was $n0, now is $n2, but should be back to $n0"
871 local n2=$(bridge_${context}_ngroups_get "$locus")
872 ((n2 == n))
873 …k_err $? "Number of groups was $n, but after a failed attempt to add MDB entries it changed to $n2"
951 local n2=$(bridge_port_vlan_ngroups_get "$locus2")
954 if ((n1 > n2)); then
956 n1=$n2
957 n2=$tmp
968 n2=$(bridge_port_vlan_ngroups_get "$locus2")
976 bridge_port_vlan_maxgroups_set "$locus1" $((n2-1))
979 msg=$(${CFG}_entries_add "$locus1" temp $n2 111 2>&1)
980 check_fail $? "$locus1: Adding $n2 MDB entries passed, but should have failed"
983 bridge_port_maxgroups_set "$locus0" $((n1 + n2 + 2))