Lines Matching defs:_compiler_state
251 struct _compiler_state { struct
252 jmp_buf top_ctx;
253 pcap_t *bpf_pcap;
254 int error_set;
256 struct icode ic;
258 int snaplen;
260 int linktype;
261 int prevlinktype;
262 int outermostlinktype;
264 bpf_u_int32 netmask;
265 int no_optimize;
268 u_int label_stack_depth;
269 u_int vlan_stack_depth;
272 u_int pcap_fddipad;
283 struct addrinfo *ai;
290 u_char *e;
301 bpf_abs_offset off_linkhdr;
309 bpf_abs_offset off_prevlinkhdr;
315 bpf_abs_offset off_outermostlinkhdr;
320 bpf_abs_offset off_linkpl;
345 bpf_abs_offset off_linktype;
350 int is_atm;
357 int is_geneve;
362 int is_vlan_vloffset;
367 u_int off_vpi;
368 u_int off_vci;
369 u_int off_proto;
374 u_int off_li;
375 u_int off_li_hsl;
380 u_int off_sio;
381 u_int off_opc;
382 u_int off_dpc;
383 u_int off_sls;
389 u_int off_payload;
416 u_int off_nl;
417 u_int off_nl_nosnap;
423 int regused[BPF_MEMWORDS];
424 int curreg;
429 struct chunk chunks[NCHUNKS];
430 int cur_chunk;