Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbpf.c158 struct bpf_program32 { struct
168 #define BIOCSETF32 _IOW('B', 103, struct bpf_program32) argument
172 #define BIOCSETWF32 _IOW('B', 123, struct bpf_program32)
173 #define BIOCSETFNR32 _IOW('B', 130, struct bpf_program32)
1918 struct bpf_program32 *fp32; in bpf_setf()
1934 fp32 = (struct bpf_program32 *)fp; in bpf_setf()