Home
last modified time | relevance | path

Searched refs:exp_num (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond_options.sh332 local active_slave exp_num real_num i
355 exp_num=$(echo "${param}" | cut -f6 -d ' ')
357 slowwait_for_counter $((exp_num + 5)) $exp_num tc_rule_handle_stats_get \
362 if [ "${real_num}" -ne "${exp_num}" ]; then
/linux/net/core/
H A Dnet_test.c274 u8 exp_num; member
287 .exp_num = ARRAY_SIZE(exp), \
361 for (u32 j = 0; j < t->exp_num; j++) in ip_tunnel_flags_test_run()