HomeSort by relevance Sort by last modified time
    Searched refs:bpf_insn (Results 1 - 25 of 29) sorted by null

1 2

  /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 [] = {
  /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;
gencode.h 355 struct bpf_insn *icode_to_fcode(struct block *, u_int *);
savefile.c 375 struct bpf_insn *fcode;
optimize.c     [all...]
pcap-linux.c 435 static int fix_offset(struct bpf_insn *p);
    [all...]
  /external/tcpdump/
bpf_dump.c 36 struct bpf_insn *insn;
  /external/libpcap/pcap/
bpf.h 108 struct bpf_insn *bf_insns;
1472 struct bpf_insn { struct
    [all...]
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/iproute2/include/linux/
bpf.h 58 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;
  /external/strace/tests/
bpf.c 37 static const struct bpf_insn insns[] = {
  /external/strace/tests-m32/
bpf.c 37 static const struct bpf_insn insns[] = {
  /external/strace/tests-mx32/
bpf.c 37 static const struct bpf_insn insns[] = {
  /frameworks/base/tests/net/jni/
apf_jni.cpp 90 const struct bpf_insn* insn = bpf.bf_insns;
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
BerkeleyPacketFilter.c 110 static struct bpf_insn mFilterInstructionTemplate[] = {
202 struct bpf_insn *FilterProgram;
316 BpfProgram.bf_len = sizeof (mFilterInstructionTemplate) / sizeof (struct bpf_insn);
    [all...]
  /bionic/libc/kernel/uapi/linux/
bpf.h 61 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/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/linux-kselftest/tools/testing/selftests/net/
reuseport_bpf.c 99 const struct bpf_insn prog[] = {
340 struct bpf_insn ecode[] = {
psock_fanout.c 101 struct bpf_insn prog[] = {

Completed in 1451 milliseconds

1 2