/external/iptables/utils/ |
nfbpf_compile.c | 18 struct bpf_insn *ins;
|
/external/libpcap/ |
bpf_dump.c | 32 const struct bpf_insn *insn;
|
bpf_image.c | 51 const struct bpf_insn *p;
|
pcap-enet.c | 58 register struct bpf_insn *fcode = fp->bf_insns;
|
optimize.c | [all...] |
gencode.h | 355 struct bpf_insn *icode_to_fcode(struct block *, u_int *);
|
savefile.c | 375 struct bpf_insn *fcode;
|
pcap-linux.c | 435 static int fix_offset(struct bpf_insn *p); [all...] |
pcap-sita.c | 871 struct bpf_insn *p; [all...] |
pcap.c | [all...] |
pcap-bpf.c | [all...] |
/external/tcpdump/ |
bpf_dump.c | 36 struct bpf_insn *insn;
|
/external/dhcpcd-6.8.2/ |
bpf-filter.h | 33 static const struct bpf_insn arp_bpf_filter [] = { 77 static const struct bpf_insn dhcp_bpf_filter [] = {
|
if-linux.c | 92 #define bpf_insn sock_filter macro [all...] |
/external/strace/tests/ |
bpf.c | 40 static const struct bpf_insn insns[] = {
|
/external/libpcap/pcap/ |
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);
|
bpf.h | 108 struct bpf_insn *bf_insns; 1472 struct bpf_insn { struct [all...] |
/bionic/libc/kernel/uapi/linux/ |
bpf.h | 61 struct bpf_insn { struct
|
/external/libpcap/bpf/net/ |
bpf_filter.c | 222 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;
|
/frameworks/base/services/tests/servicestests/jni/ |
apf_jni.cpp | 90 const struct bpf_insn* insn = bpf.bf_insns;
|
/external/iproute2/tc/ |
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, 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); [all...] |
/external/iproute2/include/linux/ |
bpf.h | 58 struct bpf_insn { struct
|
/external/kernel-headers/original/uapi/linux/ |
bpf.h | 58 struct bpf_insn { struct
|
/external/libpcap/tests/ |
valgrindtest.c | 223 struct bpf_insn uninitialized[INSN_COUNT];
|
/external/iproute2/man/man8/ |
tc-bpf.8 | 802 struct bpf_insn *ins;
|