Lines Matching defs:_compiler_state
244 struct _compiler_state { struct
245 jmp_buf top_ctx;
246 pcap_t *bpf_pcap;
247 int error_set;
249 struct icode ic;
251 int snaplen;
253 int linktype;
254 int prevlinktype;
255 int outermostlinktype;
257 bpf_u_int32 netmask;
258 int no_optimize;
261 u_int label_stack_depth;
262 u_int vlan_stack_depth;
265 u_int pcap_fddipad;
276 struct addrinfo *ai;
283 u_char *e;
294 bpf_abs_offset off_linkhdr;
302 bpf_abs_offset off_prevlinkhdr;
308 bpf_abs_offset off_outermostlinkhdr;
313 bpf_abs_offset off_linkpl;
338 bpf_abs_offset off_linktype;
343 int is_atm;
350 int is_geneve;
355 int is_vlan_vloffset;
360 u_int off_vpi;
361 u_int off_vci;
362 u_int off_proto;
367 u_int off_li;
368 u_int off_li_hsl;
373 u_int off_sio;
374 u_int off_opc;
375 u_int off_dpc;
376 u_int off_sls;
382 u_int off_payload;
409 u_int off_nl;
410 u_int off_nl_nosnap;
416 int regused[BPF_MEMWORDS];
417 int curreg;
422 struct chunk chunks[NCHUNKS];
423 int cur_chunk;