Lines Matching refs:block

192 	struct slist *jt;	/*only for relative jump in block*/
193 struct slist *jf; /*only for relative jump in block*/
225 struct block *succ;
226 struct block *pred;
230 struct block {
242 struct block *head;
243 struct block *link; /* link field used by optimizer */
255 struct block *b; /* protocol checks */
273 void gen_and(struct block *, struct block *);
274 void gen_or(struct block *, struct block *);
275 void gen_not(struct block *);
277 struct block *gen_scode(const char *, struct qual);
278 struct block *gen_ecode(const u_char *, struct qual);
279 struct block *gen_acode(const u_char *, struct qual);
280 struct block *gen_mcode(const char *, const char *, int, struct qual);
282 struct block *gen_mcode6(const char *, const char *, int, struct qual);
284 struct block *gen_ncode(const char *, bpf_u_int32, struct qual);
285 struct block *gen_proto_abbrev(int);
286 struct block *gen_relation(int, struct arth *, struct arth *, int);
287 struct block *gen_less(int);
288 struct block *gen_greater(int);
289 struct block *gen_byteop(int, int, int);
290 struct block *gen_broadcast(int);
291 struct block *gen_multicast(int);
292 struct block *gen_inbound(int);
294 struct block *gen_vlan(int);
295 struct block *gen_mpls(int);
297 struct block *gen_pppoed(void);
298 struct block *gen_pppoes(void);
300 struct block *gen_atmfield_code(int atmfield, bpf_int32 jvalue, bpf_u_int32 jtype, int reverse);
301 struct block *gen_atmtype_abbrev(int type);
302 struct block *gen_atmmulti_abbrev(int type);
304 struct block *gen_mtp2type_abbrev(int type);
305 struct block *gen_mtp3field_code(int mtp3field, bpf_u_int32 jvalue, bpf_u_int32 jtype, int reverse);
307 struct block *gen_pf_ifname(const char *);
308 struct block *gen_pf_rnr(int);
309 struct block *gen_pf_srnr(int);
310 struct block *gen_pf_ruleset(char *);
311 struct block *gen_pf_reason(int);
312 struct block *gen_pf_action(int);
313 struct block *gen_pf_dir(int);
315 void bpf_optimize(struct block **);
319 void finish_parse(struct block *);
322 struct bpf_insn *icode_to_fcode(struct block *, int *);