Searched defs:bpf_insn (Results 1 – 14 of 14) sorted by relevance
72 struct bpf_insn { struct73 uint8_t code;74 uint8_t dst_reg:4;75 uint8_t src_reg:4;76 int16_t off;77 int32_t imm;
66 struct bpf_insn { struct67 uint8_t code;68 uint8_t dst_reg:4;69 uint8_t src_reg:4;70 int16_t off;71 int32_t imm;
77 struct bpf_insn struct79 uint8_t code;80 uint8_t dst_reg:4;81 uint8_t src_reg:4;82 int16_t off;83 int32_t imm;
234 struct bpf_insn { struct257 PCAP_API int bpf_validate(const struct bpf_insn *, int); argument
26 class bpf_insn(Structure): class
64 struct bpf_insn { struct65 __u8 code; /* opcode */66 __u8 dst_reg:4; /* dest register */67 __u8 src_reg:4; /* source register */68 __s16 off; /* signed offset */69 __s32 imm; /* signed immediate constant */
54 class bpf_insn(Structure): class