Searched refs:calc_errs_pps (Results 1 – 2 of 2) sorted by relevance
/samples/bpf/ |
D | xdp_rxq_info_user.c | 321 static __u64 calc_errs_pps(struct datarec *r, in calc_errs_pps() function 367 err = calc_errs_pps(r, p, t); in stats_print() 375 err = calc_errs_pps(&rec->total, &prev->total, t); in stats_print() 401 err = calc_errs_pps(r, p, t); in stats_print() 413 err = calc_errs_pps(&rec->total, &prev->total, t); in stats_print()
|
D | xdp_redirect_cpu_user.c | 327 static __u64 calc_errs_pps(struct datarec *r, in calc_errs_pps() function 387 err = calc_errs_pps(r, p, t); in stats_print() 396 err = calc_errs_pps(&rec->total, &prev->total, t); in stats_print() 415 err = calc_errs_pps(r, p, t); in stats_print() 427 err = calc_errs_pps(&rec->total, &prev->total, t); in stats_print() 452 err = calc_errs_pps(r, p, t); in stats_print() 461 err = calc_errs_pps(&rec->total, &prev->total, t); in stats_print()
|