Searched defs:bpf_insn (Results 1 – 6 of 6) sorted by relevance
238 struct bpf_insn { struct262 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
92 #define bpf_insn sock_filter macro