Searched refs:prev_bytes (Results 1 – 2 of 2) sorted by relevance
56 if (cnt->bytes + percpu_cnt->bytes - percpu_cnt->prev_bytes < dt) in bpf_nextcnt()64 percpu_cnt->prev_bytes = cnt->bytes; in bpf_nextcnt()
16 __u64 prev_bytes; member