Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dxdp_features.c45 } dut_stats SEC(".maps");
143 val = bpf_map_lookup_elem(&dut_stats, &key); in xdp_update_stats()
231 val = bpf_map_lookup_elem(&dut_stats, &key); in BPF_PROG()
244 val = bpf_map_lookup_elem(&dut_stats, &key); in BPF_PROG()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdp_features.c459 err = bpf_map__lookup_elem(skel->maps.dut_stats, in dut_run()
496 unsigned int dut_stats) in tester_collect_detected_cap() argument
500 if (!dut_stats) in tester_collect_detected_cap()