Searched refs:calc_drop_pps (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/samples/bpf/ |
| D | xdp_redirect_cpu_user.c | 239 static __u64 calc_drop_pps(struct datarec *r, struct datarec *p, double period_) in calc_drop_pps() function 294 drop = calc_drop_pps(r, p, t); in stats_print() 303 drop = calc_drop_pps(&rec->total, &prev->total, t); in stats_print() 322 drop = calc_drop_pps(r, p, t); in stats_print() 334 drop = calc_drop_pps(&rec->total, &prev->total, t); in stats_print() 359 drop = calc_drop_pps(r, p, t); in stats_print() 368 drop = calc_drop_pps(&rec->total, &prev->total, t); in stats_print() 388 drop = calc_drop_pps(r, p, t); in stats_print() 393 drop = calc_drop_pps(&rec->total, &prev->total, t); in stats_print() 410 drop = calc_drop_pps(r, p, t); in stats_print() [all …]
|