Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Debpf.rs22 pub const RBPF_MAX_CALL_DEPTH: usize = 8; constant
H A Dinterpreter.rs653 if stacks.len() >= ebpf::RBPF_MAX_CALL_DEPTH{ in execute_program()
656 insn_ptr, ebpf::RBPF_MAX_CALL_DEPTH in execute_program()