Searched defs:bpf_insn (Results 1 – 4 of 4) sorted by relevance
245 struct bpf_insn { struct246 u_short code;247 u_char jt;248 u_char jf;272 PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int); argument
215 struct bpf_insn { struct216 u_short code;217 u_char jt;218 u_char jf;242 int bpf_validate(const struct bpf_insn *, int); argument
166 static struct bpf_insn bpf_insn[] = { in BpfOpen() local
41 #define bpf_insn sock_filter macro