Home
last modified time | relevance | path

Searched refs:BPF_OR (Results 1 - 6 of 6) sorted by relevance

/third_party/elfutils/libcpu/
H A Dbpf_disasm.c185 case BPF_ALU | BPF_OR | BPF_K: in bpf_disasm()
222 case BPF_ALU | BPF_OR | BPF_X: in bpf_disasm()
259 case BPF_ALU64 | BPF_OR | BPF_K: in bpf_disasm()
296 case BPF_ALU64 | BPF_OR | BPF_X: in bpf_disasm()
/third_party/libbpf/include/uapi/linux/
H A Dbpf_common.h36 #define BPF_OR 0x40 macro
/third_party/elfutils/lib/
H A Dbpf.h49 #define BPF_OR 0x40 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_monitor.c188 BPF_STMT(BPF_ALU | BPF_OR | BPF_X, 0),
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_monitor.c191 BPF_STMT(BPF_ALU | BPF_OR | BPF_X, 0),
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2194 pub const BPF_OR: ::__u32 = 0x40; consts

Completed in 16 milliseconds