Home | History | Annotate | Download | only in tc

Lines Matching refs:matches

49 		if ((matches(*argv, "iph") == 0) ||
50 (matches(*argv, "ip4h") == 0) ||
51 (matches(*argv, "ipv4h") == 0))
54 else if (matches(*argv, "icmp") == 0)
57 else if (matches(*argv, "igmp") == 0)
60 else if (matches(*argv, "tcp") == 0)
63 else if (matches(*argv, "udp") == 0)
66 else if (matches(*argv, "udplite") == 0)
69 else if ((matches(*argv, "and") == 0) ||
70 (matches(*argv, "or") == 0) ||
71 (matches(*argv, "+") == 0))
99 if (matches(*argv, "csum") == 0) {
109 } else if (matches(*argv, "help") == 0) {
128 if (matches(*argv, "reclassify") == 0) {
132 } else if (matches(*argv, "pipe") == 0) {
136 } else if (matches(*argv, "drop") == 0 ||
137 matches(*argv, "shot") == 0) {
141 } else if (matches(*argv, "continue") == 0) {
145 } else if (matches(*argv, "pass") == 0) {
153 if (matches(*argv, "index") == 0) {