HomeSort by: relevance | last modified time | path
    Searched defs:bpf_stat (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
bpf.h 83 struct bpf_stat { struct
137 #define BIOCGSTATS _IOR('B', 111, struct bpf_stat)
bpf.c 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) function in typeref:typename:int
2530 struct bpf_stat *const stats = p;
2531 struct bpf_stat *sum = arg;
2547 struct bpf_stat sum
    [all...]

Completed in 15 milliseconds