Searched defs:bpf_comp_stats (Results 1 – 1 of 1) sorted by relevance
192 struct bpf_comp_stats { struct193 uint64_t bcs_total_read; /* number of packets read from device */194 uint64_t bcs_total_size; /* total size of filtered packets */195 uint64_t bcs_total_hdr_size; /* total header size of captured packets */196 uint64_t bcs_count_no_common_prefix; /* count of packets not compressible */197 uint64_t bcs_count_compressed_prefix; /* count of compressed packets */198 uint64_t bcs_total_compressed_prefix_size; /* total size of compressed data */199 uint64_t bcs_max_compressed_prefix_size; /* max compressed data size */