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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_noinline.c27 __u32 ch_key = 11, real_num = 3; local
45 bpf_map_update_elem(bpf_map__fd(skel->maps.ch_rings), &ch_key, &real_num, 0);
46 bpf_map_update_elem(bpf_map__fd(skel->maps.reals), &real_num, &real_def, 0);
H A Dl4lb_all.c25 __u32 ch_key = 11, real_num = 3; local
49 bpf_map_update_elem(map_fd, &ch_key, &real_num, 0);
54 bpf_map_update_elem(map_fd, &real_num, &real_def, 0);
/linux-master/tools/testing/selftests/drivers/net/bonding/
H A Dbond_options.sh278 local active_slave exp_num real_num i
307 real_num=$(tc_rule_handle_stats_get "dev s${active_slave#eth} ingress" 101 ".packets" "-n ${g_ns}")
308 if [ "${real_num}" -ne "${exp_num}" ]; then
309 echo "$real_num garp packets sent on active slave ${active_slave}"

Completed in 99 milliseconds