Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h97 struct bpf_version { struct
125 #define BIOCVERSION _IOR(B,113, struct bpf_version)
141 #define BIOCVERSION _IOR('B',113, struct bpf_version)
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpf.h111 struct bpf_version { struct
139 #define BIOCVERSION _IOR('B', 113, struct bpf_version)
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c1203 struct bpf_version bv; in bpfioctl()