Lines Matching defs:_compiler_state
246 struct _compiler_state { struct
247 jmp_buf top_ctx;
248 pcap_t *bpf_pcap;
250 struct icode ic;
252 int snaplen;
254 int linktype;
255 int prevlinktype;
256 int outermostlinktype;
258 bpf_u_int32 netmask;
259 int no_optimize;
262 u_int label_stack_depth;
263 u_int vlan_stack_depth;
266 u_int pcap_fddipad;
277 struct addrinfo *ai;
288 bpf_abs_offset off_linkhdr;
296 bpf_abs_offset off_prevlinkhdr;
302 bpf_abs_offset off_outermostlinkhdr;
307 bpf_abs_offset off_linkpl;
332 bpf_abs_offset off_linktype;
337 int is_atm;
344 int is_geneve;
349 int is_vlan_vloffset;
354 u_int off_vpi;
355 u_int off_vci;
356 u_int off_proto;
361 u_int off_li;
362 u_int off_li_hsl;
367 u_int off_sio;
368 u_int off_opc;
369 u_int off_dpc;
370 u_int off_sls;
376 u_int off_payload;
403 u_int off_nl;
404 u_int off_nl_nosnap;
410 int regused[BPF_MEMWORDS];
411 int curreg;
416 struct chunk chunks[NCHUNKS];
417 int cur_chunk;