Home | History | Annotate | Download | only in tc

Lines Matching refs:matches

76 			if (matches(s, flow_keys[i]) == 0) {
156 if (matches(*argv, "map") == 0) {
158 } else if (matches(*argv, "hash") == 0) {
160 } else if (matches(*argv, "keys") == 0) {
165 } else if (matches(*argv, "and") == 0) {
172 } else if (matches(*argv, "or") == 0) {
179 } else if (matches(*argv, "xor") == 0) {
186 } else if (matches(*argv, "rshift") == 0) {
193 } else if (matches(*argv, "addend") == 0) {
200 } else if (matches(*argv, "divisor") == 0) {
207 } else if (matches(*argv, "baseclass") == 0) {
214 } else if (matches(*argv, "perturb") == 0) {
221 } else if (matches(*argv, "police") == 0) {
228 } else if (matches(*argv, "action") == 0) {
235 } else if (matches(*argv, "match") == 0) {
242 } else if (matches(*argv, "help") == 0) {