Lines Matching defs:_compiler_state
237 struct _compiler_state { struct
238 jmp_buf top_ctx;
239 pcap_t *bpf_pcap;
240 int error_set;
242 struct icode ic;
244 int snaplen;
246 int linktype;
247 int prevlinktype;
248 int outermostlinktype;
250 bpf_u_int32 netmask;
251 int no_optimize;
254 u_int label_stack_depth;
255 u_int vlan_stack_depth;
258 u_int pcap_fddipad;
269 struct addrinfo *ai;
276 u_char *e;
287 bpf_abs_offset off_linkhdr;
295 bpf_abs_offset off_prevlinkhdr;
301 bpf_abs_offset off_outermostlinkhdr;
306 bpf_abs_offset off_linkpl;
331 bpf_abs_offset off_linktype;
336 int is_atm;
343 int is_geneve;
348 int is_vlan_vloffset;
353 u_int off_vpi;
354 u_int off_vci;
355 u_int off_proto;
360 u_int off_li;
361 u_int off_li_hsl;
366 u_int off_sio;
367 u_int off_opc;
368 u_int off_dpc;
369 u_int off_sls;
375 u_int off_payload;
402 u_int off_nl;
403 u_int off_nl_nosnap;
409 int regused[BPF_MEMWORDS];
410 int curreg;
415 struct chunk chunks[NCHUNKS];
416 int cur_chunk;