Searched refs:datarec (Results 1 - 5 of 5) sorted by relevance

/linux-master/samples/bpf/
H A Dxdp_sample_shared.h5 struct datarec { struct
H A Dxdp_sample.bpf.c20 __type(value, struct datarec);
70 struct datarec *rec;
132 struct datarec *rec;
159 struct datarec *rec;
185 struct datarec *rec;
209 struct datarec *rec;
240 struct datarec empty = {};
241 struct datarec *rec;
H A Dxdp_sample_user.c92 struct datarec total;
93 struct datarec *cpu;
150 struct datarec *sample_mmap[NUM_MAP];
315 static struct datarec *alloc_record_per_cpu(void)
318 struct datarec *array;
340 static void map_collect_percpu(struct datarec *values, struct record *rec)
384 struct datarec *values;
392 values = calloc(count * nr_cpus, sizeof(struct datarec));
412 struct datarec *arr;
589 static __u64 calc_pps(struct datarec *
[all...]
H A Dxdp_sample.bpf.h23 __type(value, struct datarec);
H A Dxdp_router_ipv4.bpf.c80 struct datarec *rec;

Completed in 123 milliseconds