Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbpf_zerocopy.h52 struct bpf_zbuf *bz);
54 struct bpf_zbuf *bz);
H A Dbpf.h114 struct bpf_zbuf { struct
147 #define BIOCROTZBUF _IOR('B', 128, struct bpf_zbuf)
148 #define BIOCSETZBUF _IOW('B', 129, struct bpf_zbuf)
H A Dbpf_zerocopy.c506 struct bpf_zbuf *bz) in bpf_zerocopy_ioctl_rotzbuf()
527 struct bpf_zbuf *bz) in bpf_zerocopy_ioctl_setzbuf()
H A Dbpf.c544 bpf_ioctl_rotzbuf(struct thread *td, struct bpf_d *d, struct bpf_zbuf *bz) in bpf_ioctl_rotzbuf()
553 bpf_ioctl_setzbuf(struct thread *td, struct bpf_d *d, struct bpf_zbuf *bz) in bpf_ioctl_setzbuf()
1913 error = bpf_ioctl_setzbuf(td, d, (struct bpf_zbuf *)addr); in bpfioctl()
1917 error = bpf_ioctl_rotzbuf(td, d, (struct bpf_zbuf *)addr); in bpfioctl()
/freebsd/contrib/libpcap/
H A Dpcap-bpf.c335 struct bpf_zbuf bz; in pcap_next_zbuf()
1791 struct bpf_zbuf bz;