Home
last modified time | relevance | path

Searched refs:stats (Results 1 – 6 of 6) sorted by relevance

/samples/bpf/
Dcookie_uid_helper_example.c58 struct stats { struct
71 sizeof(struct stats), 100, 0); in maps_create() argument
119 -32 + (__s16)offsetof(struct stats, uid)), in prog_load()
121 -32 + (__s16)offsetof(struct stats, packets), 1), in prog_load()
129 -32 + (__s16)offsetof(struct stats, bytes)), in prog_load()
151 offsetof(struct stats, packets)), in prog_load()
155 offsetof(struct stats, bytes)), in prog_load()
189 struct stats curEntry; in print_table()
212 struct stats dataEntry; in udp_client()
Dhbm.h21 unsigned long stats:1, /* get HBM stats (marked, dropped,..) */ member
Dxdp_rxq_info_user.c193 struct record stats; member
245 rec->stats.cpu = alloc_record_per_cpu(); in alloc_stats_record()
258 free(r->stats.cpu); in free_stats_record()
296 map_collect_percpu(fd, 0, &rec->stats); in stats_collect()
366 rec = &stats_rec->stats; in stats_print()
367 prev = &stats_prev->stats; in stats_print()
Dhbm_kern.h175 if (qsp->stats) { in hbm_update_stats()
Ddo_hbm_test.sh170 -S|--stats)
Dhbm.c190 qstats.stats = stats_flag ? 1 : 0; in run_bpf_prog()