Home
last modified time | relevance | path

Searched refs:BPF_LSH (Results 1 – 7 of 7) sorted by relevance

/third_party/iptables/include/linux/
Dfilter.h70 #define BPF_LSH 0x60 macro
/third_party/ltp/testcases/kernel/syscalls/bpf/
Dbpf_prog04.c45 BPF_ALU64_IMM(BPF_LSH, BPF_REG_8, 31), in load_prog()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFInstrFormats.td39 def BPF_LSH : BPFArithOp<0x6>;
DBPFInstrInfo.td294 defm SLL : ALU<BPF_LSH, "<<=", shl>;
452 def CORE_SHIFT : ALU_RR<BPF_ALU64, BPF_LSH,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_monitor.c189 BPF_STMT(BPF_ALU | BPF_LSH | BPF_K, 8),
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_monitor.c186 BPF_STMT(BPF_ALU | BPF_LSH | BPF_K, 8),
/third_party/ltp/include/lapi/
Dbpf.h42 #define BPF_LSH 0x60 macro