Lines Matching defs:t_flowrule
112 static const struct token t_flowrule[];
363 { FAMILY, "", NONE, t_flowrule},
367 static const struct token t_flowrule[] = {
369 { FLOW_FLAGS, "flags", NONE, t_flowrule},
370 { FLOW_FRAGS, "fragment", NONE, t_flowrule},
373 { FLOW_LENGTH, "length", NONE, t_flowrule},
374 { FLOW_PROTO, "proto", NONE, t_flowrule},
377 { FLOW_DSCP, "dscp", NONE, t_flowrule},
394 { FLOW_SRCPORT, "port", NONE, t_flowrule},
395 { ANYTOKEN, "", NONE, t_flowrule},
400 { FLOW_DSTPORT, "port", NONE, t_flowrule},
401 { ANYTOKEN, "", NONE, t_flowrule},
406 { FLOW_ICMPCODE,"code", NONE, t_flowrule},
407 { ANYTOKEN, "", NONE, t_flowrule},