Home
last modified time | relevance | path

Searched refs:bpf_stat (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h81 struct bpf_stat { struct
123 #define BIOCGSTATS _IOR(B,111, struct bpf_stat)
139 #define BIOCGSTATS _IOR('B',111, struct bpf_stat)
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpf.h85 struct bpf_stat { struct
136 #define BIOCGSTATS _IOR('B', 111, struct bpf_stat)
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c1182 struct bpf_stat bs; in bpfioctl()