Home
last modified time | relevance | path

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

/Linux-v5.15/samples/bpf/
Dxdp_sample_user.c133 } except_cnt; member
941 out->except_cnt.hits = sum; in stats_get_exception_cnt()
1158 str = out->except_cnt.hits ? "xdp_exception total" : in stats_print()
1161 print_err(out->except_cnt.hits, " %-20s " FMT_COLUMNl "\n", str, in stats_print()
1162 HITS(out->except_cnt.hits)); in stats_print()