Symbol: bpf_program
libexec/rbootd/bpf.c
179
static struct bpf_program bpf_pgm = {
sbin/dhclient/bpf.c
146
struct bpf_program p;
sbin/dhclient/bpf.c
259
struct bpf_program p;
sbin/ipf/common/ipf_y.y
2170
struct bpf_program bpf;
sbin/ipf/ipf/bpf-ipf.h
112
#define BIOCSETF _IOW(B,103, struct bpf_program)
sbin/ipf/ipf/bpf-ipf.h
123
#define BIOCSTCPF _IOW(B,114, struct bpf_program)
sbin/ipf/ipf/bpf-ipf.h
124
#define BIOCSUDPF _IOW(B,115, struct bpf_program)
sbin/ipf/ipf/bpf-ipf.h
128
#define BIOCSETF _IOW('B',103, struct bpf_program)
sbin/ipf/ipf/bpf-ipf.h
139
#define BIOCSTCPF _IOW('B',114, struct bpf_program)
sbin/ipf/ipf/bpf-ipf.h
140
#define BIOCSUDPF _IOW('B',115, struct bpf_program)
sys/dev/cxgbe/t4_ioctl.h
417
struct bpf_program bpf_prog; /* compiled program/filter */
sys/dev/cxgbe/t4_main.c
12777
struct bpf_program *bf;
sys/net/bpf.c
1271
error = bpf_setf(d, (struct bpf_program *)addr, cmd);
sys/net/bpf.c
1780
bpf_setf(struct bpf_d *d, struct bpf_program *fp, u_long cmd)
sys/net/bpf.c
1783
struct bpf_program fp_swab;
sys/net/bpf.c
244
static int bpf_setf(struct bpf_d *, struct bpf_program *, u_long cmd);
sys/net/bpf.h
132
#define BIOCSETF _IOW('B', 103, struct bpf_program)
sys/net/bpf.h
152
#define BIOCSETWF _IOW('B', 123, struct bpf_program)
sys/net/bpf.h
159
#define BIOCSETFNR _IOW('B', 130, struct bpf_program)
tests/sys/net/bpf/pcap-test.c
97
struct bpf_program fp;
tools/tools/ether_reflect/ether_reflect.c
71
struct bpf_program program;
usr.sbin/rarpd/rarpd.c
416
static struct bpf_program filter = {
usr.sbin/usbdump/usbdump.c
186
make_filter(struct bpf_program *pprog, int snapshot)
usr.sbin/usbdump/usbdump.c
280
free_filter(struct bpf_program *pprog)
usr.sbin/usbdump/usbdump.c
799
struct bpf_program total_prog;