Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/net/
H A Dbpf.h78 struct bpf_stat { struct
133 #define BIOCGSTATS _IOR('B', 111, struct bpf_stat)
/f-stack/freebsd/net/
H A Dbpf.h79 struct bpf_stat { struct
134 #define BIOCGSTATS _IOR('B', 111, struct bpf_stat)
H A Dbpf.c1686 struct bpf_stat *bs = (struct bpf_stat *)addr; in bpfioctl()