Home | History | Annotate | Download | only in net

Lines Matching defs:bpf_stat

123 static struct percpu	*bpf_gstats_percpu; /* struct bpf_stat */
127 struct bpf_stat *__stats = \
268 static int bpf_stat(struct file *, struct stat *);
280 .fo_stat = bpf_stat,
564 bpf_gstats_percpu = percpu_alloc(sizeof(struct bpf_stat));
1256 struct bpf_stat *bs = addr;
1521 bpf_stat(struct file *fp, struct stat *st)
2530 struct bpf_stat *const stats = p;
2531 struct bpf_stat *sum = arg;
2547 struct bpf_stat sum;