Searched refs:bpf_zbuf (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/sys/net/ |
| D | bpf_zerocopy.h | 52 struct bpf_zbuf *bz); 54 struct bpf_zbuf *bz);
|
| D | bpf.h | 112 struct bpf_zbuf { struct 145 #define BIOCROTZBUF _IOR('B', 128, struct bpf_zbuf) 146 #define BIOCSETZBUF _IOW('B', 129, struct bpf_zbuf)
|
| D | bpf_zerocopy.c | 514 struct bpf_zbuf *bz) in bpf_zerocopy_ioctl_rotzbuf() 535 struct bpf_zbuf *bz) in bpf_zerocopy_ioctl_setzbuf()
|
| D | bpf.c | 421 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/ |
| D | pcap-bpf.c | 288 struct bpf_zbuf bz; in pcap_next_zbuf() 1490 struct bpf_zbuf bz;
|