Searched refs:bpf_zbuf (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/net/ |
H A D | bpf_zerocopy.h | 52 struct bpf_zbuf *bz); 54 struct bpf_zbuf *bz);
|
H A D | bpf.h | 114 struct bpf_zbuf { struct 147 #define BIOCROTZBUF _IOR('B', 128, struct bpf_zbuf) 148 #define BIOCSETZBUF _IOW('B', 129, struct bpf_zbuf)
|
H A D | bpf_zerocopy.c | 506 struct bpf_zbuf *bz) in bpf_zerocopy_ioctl_rotzbuf() 527 struct bpf_zbuf *bz) in bpf_zerocopy_ioctl_setzbuf()
|
H A D | bpf.c | 544 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 D | pcap-bpf.c | 334 struct bpf_zbuf bz; in pcap_next_zbuf() 1910 struct bpf_zbuf bz;
|