Home
last modified time | relevance | path

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

/linux/samples/bpf/
H A Dxdp_sample_user.c135 } except_cnt; member
943 out->except_cnt.hits = sum; in stats_get_exception_cnt()
1160 str = out->except_cnt.hits ? "xdp_exception total" : in stats_print()
1163 print_err(out->except_cnt.hits, " %-20s " FMT_COLUMNl "\n", str, in stats_print()
1164 HITS(out->except_cnt.hits)); in stats_print()