Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Debpf.rs147 pub const BPF_CALL: u8 = 0x80; constant
422 pub const CALL: u8 = BPF_JMP | BPF_CALL;
424 pub const TAIL_CALL: u8 = BPF_JMP | BPF_X | BPF_CALL;
H A Dinsn_builder.rs607 BPF_CALL | BPF_JMP in opt_code_byte()
/DragonOS/kernel/src/include/bindings/
H A Dlinux_bpf.rs127 pub const BPF_CALL: u32 = 128; constant