Searched refs:packets (Results 1 – 6 of 6) sorted by relevance
/samples/bpf/ |
A D | sockex2_user.c | 12 __u64 packets; member 56 value.bytes, value.packets); in main()
|
A D | cookie_uid_helper_example.c | 60 uint64_t packets; member 121 -32 + (__s16)offsetof(struct stats, packets), 1), in prog_load() 151 offsetof(struct stats, packets)), in prog_load() 212 curEntry.packets, curEntry.bytes); in print_table() 270 dataEntry.packets, dataEntry.bytes); in udp_client()
|
A D | sockex3_user.c | 21 __u64 packets; member 92 value.bytes, value.packets); in main()
|
A D | sockex2_kern.c | 188 long packets; member 212 __sync_fetch_and_add(&value->packets, 1); in bpf_prog2()
|
A D | xdp_sample_user.c | 591 __u64 packets = 0; in calc_pps() local 595 packets = r->processed - p->processed; in calc_pps() 596 pps = sample_round(packets / period_); in calc_pps() 603 __u64 packets = 0; in calc_drop_pps() local 607 packets = r->dropped - p->dropped; in calc_drop_pps() 608 pps = sample_round(packets / period_); in calc_drop_pps() 615 __u64 packets = 0; in calc_errs_pps() local 619 packets = r->issue - p->issue; in calc_errs_pps() 620 pps = sample_round(packets / period_); in calc_errs_pps() 627 __u64 packets = 0; in calc_info_pps() local [all …]
|
A D | sockex3_kern.c | 79 __u64 packets; member 97 __sync_fetch_and_add(&value->packets, 1); in update_stats()
|
Completed in 10 milliseconds