Searched defs:bpf_insn (Results 1 – 2 of 2) sorted by relevance
119 struct bpf_insn struct121 USHORT code; ///< Instruction type and addressing mode.122 UCHAR jt; ///< Jump if true123 UCHAR jf; ///< Jump if false124 int k; ///< Generic field used for various purposes.
904 struct bpf_insn { struct918 extern int bpf_validate(const struct bpf_insn *, int); argument
Completed in 11 milliseconds