Searched refs:is_counted (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/net/forwarding/
H A Dbridge_fdb_learning_limit.sh183 local type=$1 is_counted=$2 overrides_learned=$3
190 [ "$learned" -ne "$is_counted" ]
191 check_fail $? "Inserted FDB type ${type}: Expected the count ${is_counted}, but got ${learned}"
203 [ "$learned" -ne "$is_counted" ]
204 check_fail $? "Set a learned entry to FDB type ${type}: Expected the count ${is_counted}, but got ${learned}"
239 local type=$1 is_counted=$2
240 local n_mac expected=$((1 - is_counted))

Completed in 93 milliseconds