Lines Matching refs:block

200 	struct slist *jt;	/*only for relative jump in block*/
201 struct slist *jf; /*only for relative jump in block*/
233 struct block *succ;
234 struct block *pred;
238 struct block {
250 struct block *head;
251 struct block *link; /* link field used by optimizer */
263 struct block *b; /* protocol checks */
281 void gen_and(struct block *, struct block *);
282 void gen_or(struct block *, struct block *);
283 void gen_not(struct block *);
285 struct block *gen_scode(const char *, struct qual);
286 struct block *gen_ecode(const u_char *, struct qual);
287 struct block *gen_acode(const u_char *, struct qual);
288 struct block *gen_mcode(const char *, const char *, int, struct qual);
290 struct block *gen_mcode6(const char *, const char *, int, struct qual);
292 struct block *gen_ncode(const char *, bpf_u_int32, struct qual);
293 struct block *gen_proto_abbrev(int);
294 struct block *gen_relation(int, struct arth *, struct arth *, int);
295 struct block *gen_less(int);
296 struct block *gen_greater(int);
297 struct block *gen_byteop(int, int, int);
298 struct block *gen_broadcast(int);
299 struct block *gen_multicast(int);
300 struct block *gen_inbound(int);
302 struct block *gen_vlan(int);
303 struct block *gen_mpls(int);
305 struct block *gen_pppoed(void);
306 struct block *gen_pppoes(void);
308 struct block *gen_atmfield_code(int atmfield, bpf_int32 jvalue, bpf_u_int32 jtype, int reverse);
309 struct block *gen_atmtype_abbrev(int type);
310 struct block *gen_atmmulti_abbrev(int type);
312 struct block *gen_mtp2type_abbrev(int type);
313 struct block *gen_mtp3field_code(int mtp3field, bpf_u_int32 jvalue, bpf_u_int32 jtype, int reverse);
315 struct block *gen_pf_ifname(const char *);
316 struct block *gen_pf_rnr(int);
317 struct block *gen_pf_srnr(int);
318 struct block *gen_pf_ruleset(char *);
319 struct block *gen_pf_reason(int);
320 struct block *gen_pf_action(int);
321 struct block *gen_pf_dir(int);
323 struct block *gen_p80211_type(int, int);
324 struct block *gen_p80211_fcdir(int);
326 void bpf_optimize(struct block **);
330 void finish_parse(struct block *);
333 struct bpf_insn *icode_to_fcode(struct block *, u_int *);