Searched refs:calc_drop_pps (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/samples/bpf/ |
| D | xdp_redirect_cpu_user.c | 271 static __u64 calc_drop_pps(struct datarec *r, struct datarec *p, double period_) in calc_drop_pps() function 326 drop = calc_drop_pps(r, p, t); in stats_print() 335 drop = calc_drop_pps(&rec->total, &prev->total, t); in stats_print() 354 drop = calc_drop_pps(r, p, t); in stats_print() 366 drop = calc_drop_pps(&rec->total, &prev->total, t); in stats_print() 391 drop = calc_drop_pps(r, p, t); in stats_print() 400 drop = calc_drop_pps(&rec->total, &prev->total, t); in stats_print() 420 drop = calc_drop_pps(r, p, t); in stats_print() 425 drop = calc_drop_pps(&rec->total, &prev->total, t); in stats_print() 442 drop = calc_drop_pps(r, p, t); in stats_print() [all …]
|