Searched defs:bpf_insn (Results 1 – 8 of 8) sorted by relevance
34 struct bpf_insn struct36 enum bpf_insn_id id; argument38 bpf_insn_word opcode; argument39 uint8_t dst;40 uint8_t src;41 expressionS offset16;42 expressionS imm32;43 expressionS imm64;44 expressionS disp16;45 expressionS disp32;[all …]
246 struct bpf_insn { struct247 u_short code;248 u_char jt;249 u_char jf;273 PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int); argument
405 struct bpf_insn { struct406 u_short code;407 u_char jt;408 u_char jf;409 bpf_int32 k;
334 struct bpf_insn { struct335 uint16_t code;336 u_char jt;337 u_char jf;338 uint32_t k;
178 static struct bpf_insn bpf_insn[] = { in BpfOpen() local
46 # define bpf_insn sock_filter /* Linux: dare to be gratuitously different. */ macro
349 static struct bpf_insn bpf_insn[] = { variable
41 #define bpf_insn sock_filter macro