Searched defs:bpf_comp_stats (Results 1 – 1 of 1) sorted by relevance
108 struct bpf_comp_stats { struct109 uint64_t bcs_total_read; /* number of packets read from device */110 uint64_t bcs_total_size; /* total size of filtered packets */111 uint64_t bcs_total_hdr_size; /* total header size of captured packets */112 uint64_t bcs_count_no_common_prefix; /* count of packets not compressible */113 uint64_t bcs_count_compressed_prefix; /* count of compressed packets */114 uint64_t bcs_total_compressed_prefix_size; /* total size of compressed data */115 uint64_t bcs_max_compressed_prefix_size; /* max compressed data size */