Lines Matching defs:packets
271 __u64 packets = 0;
275 packets = r->processed - p->processed;
276 pps = packets / period;
283 __u64 packets = 0;
287 packets = r->processed - p->processed;
288 pps = packets / period;
295 __u64 packets = 0;
299 packets = r->dropped - p->dropped;
300 pps = packets / period;
307 __u64 packets = 0;
311 packets = r->info - p->info;
312 pps = packets / period;
319 __u64 packets = 0;
323 packets = r->err - p->err;
324 pps = packets / period;