Home
last modified time | relevance | path

Searched refs:BPF_CLS_MASK (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs49 if last_opc & ebpf::BPF_CLS_MASK != ebpf::BPF_JMP { in check_prog_len()
H A Debpf.rs430 pub const BPF_CLS_MASK: u8 = 0x07; constant
H A Djit.rs391 let is64 = (opc & ebpf::BPF_CLS_MASK) == ebpf::BPF_ALU64; in emit_muldivmod()