Constant MAX_PROGRAM_INSTRUCTIONS
pub const MAX_PROGRAM_INSTRUCTIONS: u32 = 4096; // 4_096u32
Expand description
Maximum allowed number of instructions in an eBPF program.
pub const MAX_PROGRAM_INSTRUCTIONS: u32 = 4096; // 4_096u32
Maximum allowed number of instructions in an eBPF program.