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

  /src/usr.bin/netstat/
bpf.c 52 struct bpf_stat bpf_s;
  /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...]
  /src/tests/net/bpfilter/
t_bpfilter.c 222 struct bpf_stat bstat;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 553 unsigned struct_bpf_stat_sz = sizeof(bpf_stat);

Completed in 35 milliseconds