Searched refs:bpf_zbuf (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | bpf_zerocopy.h | 54 struct bpf_zbuf *bz); 56 struct bpf_zbuf *bz);
|
| H A D | bpf.h | 118 struct bpf_zbuf { struct 151 #define BIOCROTZBUF _IOR('B', 128, struct bpf_zbuf) 152 #define BIOCSETZBUF _IOW('B', 129, struct bpf_zbuf)
|
| H A D | bpf_zerocopy.c | 508 struct bpf_zbuf *bz) in bpf_zerocopy_ioctl_rotzbuf() 529 struct bpf_zbuf *bz) in bpf_zerocopy_ioctl_setzbuf()
|
| H A D | bpf.c | 538 bpf_ioctl_rotzbuf(struct thread *td, struct bpf_d *d, struct bpf_zbuf *bz) in bpf_ioctl_rotzbuf() 547 bpf_ioctl_setzbuf(struct thread *td, struct bpf_d *d, struct bpf_zbuf *bz) in bpf_ioctl_setzbuf() 1895 error = bpf_ioctl_setzbuf(td, d, (struct bpf_zbuf *)addr); in bpfioctl() 1899 error = bpf_ioctl_rotzbuf(td, d, (struct bpf_zbuf *)addr); in bpfioctl()
|
| /f-stack/tools/compat/include/net/ |
| H A D | bpf.h | 117 struct bpf_zbuf { struct 150 #define BIOCROTZBUF _IOR('B', 128, struct bpf_zbuf) 151 #define BIOCSETZBUF _IOW('B', 129, struct bpf_zbuf)
|