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

12

/external/dhcpcd-6.8.2/
H A Dbpf-filter.h33 static const struct bpf_insn arp_bpf_filter [] = {
77 static const struct bpf_insn dhcp_bpf_filter [] = {
H A Dif-linux.c92 #define bpf_insn sock_filter macro
/external/iptables/utils/
H A Dnfbpf_compile.c18 struct bpf_insn *ins;
/external/libpcap/
H A Dbpf_dump.c32 const struct bpf_insn *insn;
H A Dbpf_image.c51 const struct bpf_insn *p;
H A Dpcap-enet.c58 register struct bpf_insn *fcode = fp->bf_insns;
H A Dgencode.h355 struct bpf_insn *icode_to_fcode(struct block *, u_int *);
H A Dsavefile.c375 struct bpf_insn *fcode;
H A Doptimize.c1991 static struct bpf_insn *fstart;
1992 static struct bpf_insn *ftail;
2007 struct bpf_insn *dst;
2176 struct bpf_insn *
2180 struct bpf_insn *fp;
2190 fp = (struct bpf_insn *)malloc(sizeof(*fp) * n);
2235 p->fcode.bf_insns = (struct bpf_insn *)malloc(prog_size);
H A Dpcap-linux.c435 static int fix_offset(struct bpf_insn *p);
6329 register struct bpf_insn *p;
6330 struct bpf_insn *f;
6339 f = (struct bpf_insn *)malloc(prog_size);
6426 fix_offset(struct bpf_insn *p)
H A Dpcap-sita.c871 struct bpf_insn *p;
H A Dpcap.c1903 const struct bpf_insn *fcode = fp->bf_insns;
/external/tcpdump/
H A Dbpf_dump.c36 struct bpf_insn *insn;
/external/libpcap/pcap/
H A Dbpf.h108 struct bpf_insn *bf_insns;
1472 struct bpf_insn { struct
1500 extern int bpf_validate(const struct bpf_insn *, int);
1501 extern u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
1502 extern u_int bpf_filter_with_aux_data(const struct bpf_insn *, const u_char *, u_int, u_int, const struct bpf_aux_data *);
H A Dpcap.h435 u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
437 int bpf_validate(const struct bpf_insn *f, int len);
438 char *bpf_image(const struct bpf_insn *, int);
/external/iproute2/include/linux/
H A Dbpf.h58 struct bpf_insn { struct
/external/libpcap/bpf/net/
H A Dbpf_filter.c222 register const struct bpf_insn *pc;
596 register const struct bpf_insn *pc;
618 const struct bpf_insn *f;
622 const struct bpf_insn *p;
/external/strace/tests/
H A Dbpf.c37 static const struct bpf_insn insns[] = {
/external/strace/tests-m32/
H A Dbpf.c37 static const struct bpf_insn insns[] = {
/external/strace/tests-mx32/
H A Dbpf.c37 static const struct bpf_insn insns[] = {
/external/kernel-headers/original/uapi/linux/
H A Dbpf.h58 struct bpf_insn { struct
/external/libpcap/tests/
H A Dvalgrindtest.c223 struct bpf_insn uninitialized[INSN_COUNT];
/external/iproute2/tc/
H A Dtc_bpf.c681 const struct bpf_insn *insns;
758 static int bpf_prog_load(enum bpf_prog_type type, const struct bpf_insn *insns,
764 .insn_cnt = size / sizeof(struct bpf_insn),
1046 prog->size / sizeof(struct bpf_insn),
1313 struct bpf_insn *insns = idata->d_buf;
1324 ioff = relo.r_offset / sizeof(struct bpf_insn);
/external/linux-kselftest/tools/testing/selftests/net/
H A Dreuseport_bpf.c99 const struct bpf_insn prog[] = {
340 struct bpf_insn ecode[] = {
H A Dpsock_fanout.c101 struct bpf_insn prog[] = {

Completed in 1274 milliseconds

12