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

/freebsd-10.1-release/sys/net/
H A Dbpf.c120 struct bpf_program32 { struct
130 #define BIOCSETF32 _IOW('B', 103, struct bpf_program32)
134 #define BIOCSETWF32 _IOW('B', 123, struct bpf_program32)
135 #define BIOCSETFNR32 _IOW('B', 130, struct bpf_program32)
1722 struct bpf_program32 *fp32;
1737 fp32 = (struct bpf_program32 *)fp;

Completed in 129 milliseconds