Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/net/
H A Dbpf.h70 struct bpf_program { struct
125 #define BIOCSETF _IOW('B', 103, struct bpf_program)
145 #define BIOCSETWF _IOW('B', 123, struct bpf_program)
152 #define BIOCSETFNR _IOW('B', 130, struct bpf_program)
/f-stack/freebsd/net/
H A Dbpf.h71 struct bpf_program { struct
126 #define BIOCSETF _IOW('B', 103, struct bpf_program)
146 #define BIOCSETWF _IOW('B', 123, struct bpf_program)
153 #define BIOCSETFNR _IOW('B', 130, struct bpf_program)
H A Dbpf.c209 static int bpf_setf(struct bpf_d *, struct bpf_program *, u_long cmd);
1481 error = bpf_setf(d, (struct bpf_program *)addr, cmd); in bpfioctl()
1914 bpf_setf(struct bpf_d *d, struct bpf_program *fp, u_long cmd) in bpf_setf()
1917 struct bpf_program fp_swab; in bpf_setf()