Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/net/
Dbpf_zerocopy.h52 struct bpf_zbuf *bz);
54 struct bpf_zbuf *bz);
Dbpf.h112 struct bpf_zbuf { struct
145 #define BIOCROTZBUF _IOR('B', 128, struct bpf_zbuf)
146 #define BIOCSETZBUF _IOW('B', 129, struct bpf_zbuf)
Dbpf_zerocopy.c514 struct bpf_zbuf *bz) in bpf_zerocopy_ioctl_rotzbuf()
535 struct bpf_zbuf *bz) in bpf_zerocopy_ioctl_setzbuf()
Dbpf.c421 bpf_ioctl_rotzbuf(struct thread *td, struct bpf_d *d, struct bpf_zbuf *bz) in bpf_ioctl_rotzbuf()
430 bpf_ioctl_setzbuf(struct thread *td, struct bpf_d *d, struct bpf_zbuf *bz) in bpf_ioctl_setzbuf()
1715 error = bpf_ioctl_setzbuf(td, d, (struct bpf_zbuf *)addr); in bpfioctl()
1719 error = bpf_ioctl_rotzbuf(td, d, (struct bpf_zbuf *)addr); in bpfioctl()
/freebsd-10-stable/contrib/libpcap/
Dpcap-bpf.c288 struct bpf_zbuf bz; in pcap_next_zbuf()
1490 struct bpf_zbuf bz;