Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/net/
H A Dbpf.h94 struct bpf_version { struct
135 #define BIOCVERSION _IOR('B', 113, struct bpf_version)
/f-stack/freebsd/net/
H A Dbpf.h95 struct bpf_version { struct
136 #define BIOCVERSION _IOR('B', 113, struct bpf_version)
H A Dbpf.c1705 struct bpf_version *bv = (struct bpf_version *)addr; in bpfioctl()