Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbpf_zerocopy.h54 struct bpf_zbuf *bz);
56 struct bpf_zbuf *bz);
H A Dbpf.h118 struct bpf_zbuf { struct
151 #define BIOCROTZBUF _IOR('B', 128, struct bpf_zbuf)
152 #define BIOCSETZBUF _IOW('B', 129, struct bpf_zbuf)
H A Dbpf_zerocopy.c508 struct bpf_zbuf *bz) in bpf_zerocopy_ioctl_rotzbuf()
529 struct bpf_zbuf *bz) in bpf_zerocopy_ioctl_setzbuf()
H A Dbpf.c538 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 Dbpf.h117 struct bpf_zbuf { struct
150 #define BIOCROTZBUF _IOR('B', 128, struct bpf_zbuf)
151 #define BIOCSETZBUF _IOW('B', 129, struct bpf_zbuf)