Home
last modified time | relevance | path

Searched refs:BPF_NEG (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/crates/rbpf/src/
H A Debpf.rs117 pub const BPF_NEG: u8 = 0x80; constant
247 pub const NEG32: u8 = BPF_ALU | BPF_NEG;
307 pub const NEG64: u8 = BPF_ALU64 | BPF_NEG;
H A Dinsn_builder.rs386 Negate = BPF_NEG as isize,