Searched refs:CALL (Results 1 – 8 of 8) sorted by relevance
90 entry("call", Call, ebpf::CALL); in make_instruction_map()
361 ebpf::CALL => {} in check()
422 pub const CALL: u8 = BPF_JMP | BPF_CALL; constant
636 ebpf::CALL => { in to_insn_vec()
634 ebpf::CALL => { in execute_program()
891 ebpf::CALL => { in jit_compile()
910 ebpf::CALL => { in translate_program()
106 assert_eq!(asm("call 300"), Ok(vec![insn(ebpf::CALL, 0, 0, 0, 300)])); in test_call()