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

  /src/external/bsd/ipf/bin/ipftest/
bpf-ipf.h 83 struct bpf_stat { struct
125 #define BIOCGSTATS _IOR(B,111, struct bpf_stat)
141 #define BIOCGSTATS _IOR('B',111, struct bpf_stat)
  /src/sys/net/
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
2530 struct bpf_stat *const stats = p;
2531 struct bpf_stat *sum = arg;
2547 struct bpf_stat sum
    [all...]
bpf.h 83 struct bpf_stat { struct
137 #define BIOCGSTATS _IOR('B', 111, struct bpf_stat)

Completed in 16 milliseconds