Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Debpf.rs25 pub const PROG_MAX_INSNS: usize = 1000000; constant
29 pub const PROG_MAX_SIZE: usize = PROG_MAX_INSNS * INSN_SIZE;
H A Dverifier.rs40 ebpf::PROG_MAX_INSNS, in check_prog_len()
H A Djit.rs27 const TARGET_OFFSET: isize = ebpf::PROG_MAX_INSNS as isize;