bpf_insn           84 net/bpf.c      	    struct sockaddr *, struct bpf_insn *);
bpf_insn          106 net/bpf.c          struct sockaddr *sockp, struct bpf_insn *filter)
bpf_insn          893 net/bpf.c      	struct bpf_insn *fcode, *old;
bpf_insn          917 net/bpf.c      	fcode = (struct bpf_insn *)malloc(size, M_DEVBUF, M_WAITOK);
bpf_insn           64 net/bpf.h      	struct bpf_insn *bf_insns;
bpf_insn          248 net/bpf.h      struct bpf_insn {
bpf_insn          270 net/bpf.h      int	 bpf_validate(struct bpf_insn *, int);
bpf_insn          278 net/bpf.h      u_int	 bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
bpf_insn          156 net/bpf_filter.c 	struct bpf_insn *pc;
bpf_insn          485 net/bpf_filter.c 	struct bpf_insn *f;
bpf_insn          489 net/bpf_filter.c 	struct bpf_insn *p;
bpf_insn           70 net/bpfdesc.h  	struct bpf_insn *bd_rfilter; 	/* read filter code */
bpf_insn           71 net/bpfdesc.h  	struct bpf_insn *bd_wfilter; 	/* write filter code */
bpf_insn          420 net/if_ppp.c       struct bpf_insn *newcode, *oldcode;
bpf_insn          584 net/if_ppp.c   	newcodelen = nbp->bf_len * sizeof(struct bpf_insn);
bpf_insn          586 net/if_ppp.c   	    MALLOC(newcode, struct bpf_insn *, newcodelen, M_DEVBUF, M_WAITOK);