Home
last modified time | relevance | path

Searched defs:bpf_comp_stats (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.1.10/bsd/net/
H A Dbpf.h192 struct bpf_comp_stats { struct
193 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 */