Searched refs:bpf_insn (Results 1 – 22 of 22) sorted by relevance
/external/libpcap/pcap/ |
D | bpf.h | 108 struct bpf_insn *bf_insns; 1472 struct bpf_insn { struct 1496 extern int bpf_validate(const struct bpf_insn *, int); argument 1497 extern u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int); 1498 extern u_int bpf_filter_with_aux_data(const struct bpf_insn *, const u_char *, u_int, u_int, const …
|
D | pcap.h | 435 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/dhcpcd-6.8.2/ |
D | bpf-filter.h | 33 static const struct bpf_insn arp_bpf_filter [] = { 77 static const struct bpf_insn dhcp_bpf_filter [] = {
|
D | if-linux.c | 92 #define bpf_insn sock_filter macro
|
/external/libpcap/bpf/net/ |
D | bpf_filter.c | 222 register const struct bpf_insn *pc; in bpf_filter_with_aux_data() 596 register const struct bpf_insn *pc; in bpf_filter() 618 const struct bpf_insn *f; in bpf_validate() 622 const struct bpf_insn *p;
|
/external/tcpdump/ |
D | bpf_dump.c | 36 struct bpf_insn *insn; in bpf_dump()
|
/external/libpcap/ |
D | bpf_dump.c | 32 const struct bpf_insn *insn; in bpf_dump()
|
D | pcap-enet.c | 58 register struct bpf_insn *fcode = fp->bf_insns; in readloop()
|
D | optimize.c | 1991 static struct bpf_insn *fstart; 1992 static struct bpf_insn *ftail; 2007 struct bpf_insn *dst; in convert_code_r() 2176 struct bpf_insn * 2180 struct bpf_insn *fp; in icode_to_fcode() 2190 fp = (struct bpf_insn *)malloc(sizeof(*fp) * n); in icode_to_fcode() 2235 p->fcode.bf_insns = (struct bpf_insn *)malloc(prog_size); in install_bpf_program()
|
D | bpf_image.c | 51 const struct bpf_insn *p; in bpf_image()
|
D | gencode.h | 355 struct bpf_insn *icode_to_fcode(struct block *, u_int *);
|
D | savefile.c | 375 struct bpf_insn *fcode; in pcap_offline_read()
|
D | pcap-linux.c | 435 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)
|
D | pcap-sita.c | 871 struct bpf_insn *p;
|
D | pcap.c | 1903 const struct bpf_insn *fcode = fp->bf_insns; in pcap_offline_filter()
|
D | pcap-bpf.c | 1508 struct bpf_insn total_insn;
|
/external/iptables/utils/ |
D | nfbpf_compile.c | 18 struct bpf_insn *ins; in main()
|
/external/strace/tests/ |
D | bpf.c | 40 static const struct bpf_insn insns[] = {
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 58 struct bpf_insn { struct
|
/external/iproute2/include/linux/ |
D | bpf.h | 58 struct bpf_insn { struct
|
/external/iproute2/tc/ |
D | tc_bpf.c | 681 const struct bpf_insn *insns; 758 static int bpf_prog_load(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_prog_load() 764 .insn_cnt = size / sizeof(struct bpf_insn), in bpf_prog_load() 1046 prog->size / sizeof(struct bpf_insn), in bpf_prog_attach() 1313 struct bpf_insn *insns = idata->d_buf; in bpf_apply_relo_data() 1324 ioff = relo.r_offset / sizeof(struct bpf_insn); in bpf_apply_relo_data()
|
/external/libpcap/tests/ |
D | valgrindtest.c | 223 struct bpf_insn uninitialized[INSN_COUNT]; in main()
|