HomeSort by relevance Sort by last modified time
    Searched defs:BPF_JSET (Results 1 - 25 of 35) sorted by null

1 2

  /bionic/libc/kernel/uapi/linux/
bpf_common.h 57 #define BPF_JSET 0x40
  /external/bcc/src/cc/compat/linux/
bpf_common.h 46 #define BPF_JSET 0x40
  /external/elfutils/lib/
bpf.h 64 #define BPF_JSET 0x40
  /external/iproute2/include/uapi/linux/
bpf_common.h 47 #define BPF_JSET 0x40
  /external/kernel-headers/original/uapi/linux/
bpf_common.h 48 #define BPF_JSET 0x40
  /external/iptables/include/linux/
filter.h 80 #define BPF_JSET 0x40
  /external/libpcap/pcap/
bpf.h 174 #define BPF_JSET 0x40
  /external/minijail/tools/
bpf.py 57 BPF_JSET = 0x40
119 elif ins.code == BPF_JMP | BPF_JSET | BPF_K:
336 op = BPF_JSET
338 op = BPF_JSET
564 if block.op == BPF_JSET:
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_solaris_amd64.go 133 BPF_JSET = 0x40
    [all...]
zerrors_darwin_386.go 193 BPF_JSET = 0x40
    [all...]
zerrors_darwin_amd64.go 193 BPF_JSET = 0x40
    [all...]
zerrors_darwin_arm.go 193 BPF_JSET = 0x40
    [all...]
zerrors_darwin_arm64.go 193 BPF_JSET = 0x40
    [all...]
zerrors_dragonfly_amd64.go 113 BPF_JSET = 0x40
    [all...]
zerrors_freebsd_386.go 179 BPF_JSET = 0x40
    [all...]
zerrors_freebsd_amd64.go 179 BPF_JSET = 0x40
    [all...]
zerrors_freebsd_arm.go 179 BPF_JSET = 0x40
    [all...]
zerrors_netbsd_386.go 122 BPF_JSET = 0x40
    [all...]
zerrors_netbsd_amd64.go 122 BPF_JSET = 0x40
    [all...]
zerrors_netbsd_arm.go 122 BPF_JSET = 0x40
    [all...]
zerrors_openbsd_386.go 118 BPF_JSET = 0x40
    [all...]
zerrors_openbsd_amd64.go 119 BPF_JSET = 0x40
    [all...]
zerrors_openbsd_arm.go 118 BPF_JSET = 0x40
    [all...]
zerrors_linux_386.go 210 BPF_JSET = 0x40
    [all...]
zerrors_linux_amd64.go 210 BPF_JSET = 0x40
    [all...]

Completed in 600 milliseconds

1 2