Searched refs:bpf_insn (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dbpf_dump.c40 struct bpf_insn *insn;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dbpf_dump.c36 const struct bpf_insn *insn;
H A Dbpf_image.c56 const struct bpf_insn *p;
H A Dgencode.h333 struct bpf_insn *icode_to_fcode(struct block *, u_int *);
H A Dpcap-enet.c62 register struct bpf_insn *fcode = fp->bf_insns;
H A Dsavefile.c353 struct bpf_insn *fcode;
H A Doptimize.c1981 static struct bpf_insn *fstart;
1982 static struct bpf_insn *ftail;
1997 struct bpf_insn *dst;
2166 struct bpf_insn *
2170 struct bpf_insn *fp;
2180 fp = (struct bpf_insn *)malloc(sizeof(*fp) * n);
2225 p->fcode.bf_insns = (struct bpf_insn *)malloc(prog_size);
H A Dpcap-linux.c349 static int fix_offset(struct bpf_insn *p);
5242 register struct bpf_insn *p;
5243 struct bpf_insn *f;
5252 f = (struct bpf_insn *)malloc(prog_size);
5338 fix_offset(struct bpf_insn *p)
H A Dpcap-sita.c862 struct bpf_insn *p;
H A Dpcap.c1686 const struct bpf_insn *fcode = fp->bf_insns;
H A Dpcap-bpf.c1473 struct bpf_insn total_insn;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/pcap/
H A Dbpf.h109 struct bpf_insn *bf_insns;
1273 struct bpf_insn { struct
1287 extern int bpf_validate(const struct bpf_insn *, int);
1288 extern u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
H A Dpcap.h414 u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
416 int bpf_validate(const struct bpf_insn *f, int len);
417 char *bpf_image(const struct bpf_insn *, int);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/bpf/net/
H A Dbpf_filter.c212 register const struct bpf_insn *pc;
548 const struct bpf_insn *f;
552 const struct bpf_insn *p;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dif.c209 static struct bpf_insn bpfRun[] = { /* run PPPoE */
241 struct bpf_insn bpfInsn[sizeof(bpfRun) / sizeof(bpfRun[0])];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pppoecd/
H A Dpppoe.c559 struct bpf_insn filt[] = {
570 struct bpf_insn filt[] = {
722 prog.bf_len = sizeof(filt)/sizeof(struct bpf_insn);

Completed in 310 milliseconds