Function exit [src]

exit BPF program

Prototype

pub fn exit() Insn

Source

pub fn exit() Insn { return Insn{ .code = JMP | EXIT, .dst = 0, .src = 0, .off = 0, .imm = 0, }; }