Lines Matching refs:strcmp

78 	if (strcmp(tokens[2], "buffer") != 0) {  in cmd_mempool()
88 if (strcmp(tokens[4], "pool") != 0) { in cmd_mempool()
98 if (strcmp(tokens[6], "cache") != 0) { in cmd_mempool()
108 if (strcmp(tokens[8], "cpu") != 0) { in cmd_mempool()
152 if (strcmp(tokens[2], "dev") == 0) in cmd_link()
154 else if (strcmp(tokens[2], "port") == 0) { in cmd_link()
166 if (strcmp(tokens[4], "rxq") != 0) { in cmd_link()
182 if (strcmp(tokens[8], "txq") != 0) { in cmd_link()
197 if (strcmp(tokens[11], "promiscuous") != 0) { in cmd_link()
202 if (strcmp(tokens[12], "on") == 0) in cmd_link()
204 else if (strcmp(tokens[12], "off") == 0) in cmd_link()
216 if (strcmp(tokens[13], "rss") != 0) { in cmd_link()
363 if (strcmp(tokens[2], "size") != 0) { in cmd_swq()
373 if (strcmp(tokens[4], "cpu") != 0) { in cmd_swq()
530 if (strcmp(tokens[2], "rate") != 0) { in cmd_tmgr()
540 if (strcmp(tokens[4], "spp") != 0) { in cmd_tmgr()
550 if (strcmp(tokens[6], "pps") != 0) { in cmd_tmgr()
560 if (strcmp(tokens[8], "fo") != 0) { in cmd_tmgr()
570 if (strcmp(tokens[10], "mtu") != 0) { in cmd_tmgr()
580 if (strcmp(tokens[12], "cpu") != 0) { in cmd_tmgr()
663 if (strcmp(tokens[4], "pipe") != 0) { in cmd_tmgr_subport_pipe()
668 if (strcmp(tokens[5], "from") != 0) { in cmd_tmgr_subport_pipe()
678 if (strcmp(tokens[7], "to") != 0) { in cmd_tmgr_subport_pipe()
688 if (strcmp(tokens[9], "profile") != 0) { in cmd_tmgr_subport_pipe()
757 if (strcmp(tokens[2], "link") != 0) { in cmd_kni()
764 if (strcmp(tokens[4], "mempool") != 0) { in cmd_kni()
772 if (strcmp(tokens[6], "thread") != 0) { in cmd_kni()
816 if (strcmp(tokens[2], "dev") == 0) in cmd_cryptodev()
818 else if (strcmp(tokens[2], "dev_id") == 0) { in cmd_cryptodev()
830 if (strcmp(tokens[4], "queue")) { in cmd_cryptodev()
848 if (strcmp(tokens[7], "max_sessions")) { in cmd_cryptodev()
889 if (strcmp(tokens[1], "in") != 0) { in cmd_port_in_action_profile()
894 if (strcmp(tokens[2], "action") != 0) { in cmd_port_in_action_profile()
899 if (strcmp(tokens[3], "profile") != 0) { in cmd_port_in_action_profile()
908 if ((t0 < n_tokens) && (strcmp(tokens[t0], "filter") == 0)) { in cmd_port_in_action_profile()
916 if (strcmp(tokens[t0 + 1], "match") == 0) in cmd_port_in_action_profile()
918 else if (strcmp(tokens[t0 + 1], "mismatch") == 0) in cmd_port_in_action_profile()
925 if (strcmp(tokens[t0 + 2], "offset") != 0) { in cmd_port_in_action_profile()
935 if (strcmp(tokens[t0 + 4], "mask") != 0) { in cmd_port_in_action_profile()
947 if (strcmp(tokens[t0 + 6], "key") != 0) { in cmd_port_in_action_profile()
959 if (strcmp(tokens[t0 + 8], "port") != 0) { in cmd_port_in_action_profile()
973 if ((t0 < n_tokens) && (strcmp(tokens[t0], "balance") == 0)) { in cmd_port_in_action_profile()
982 if (strcmp(tokens[t0 + 1], "offset") != 0) { in cmd_port_in_action_profile()
992 if (strcmp(tokens[t0 + 3], "mask") != 0) { in cmd_port_in_action_profile()
1003 if (strcmp(tokens[t0 + 5], "port") != 0) { in cmd_port_in_action_profile()
1071 if (strcmp(tokens[1], "action") != 0) { in cmd_table_action_profile()
1076 if (strcmp(tokens[2], "profile") != 0) { in cmd_table_action_profile()
1083 if (strcmp(tokens[4], "ipv4") == 0) in cmd_table_action_profile()
1085 else if (strcmp(tokens[4], "ipv6") == 0) in cmd_table_action_profile()
1092 if (strcmp(tokens[5], "offset") != 0) { in cmd_table_action_profile()
1102 if (strcmp(tokens[7], "fwd") != 0) { in cmd_table_action_profile()
1110 if ((t0 < n_tokens) && (strcmp(tokens[t0], "balance") == 0)) { in cmd_table_action_profile()
1116 if (strcmp(tokens[t0 + 1], "offset") != 0) { in cmd_table_action_profile()
1126 if (strcmp(tokens[t0 + 3], "mask") != 0) { in cmd_table_action_profile()
1137 if (strcmp(tokens[t0 + 5], "outoffset") != 0) { in cmd_table_action_profile()
1151 if ((t0 < n_tokens) && (strcmp(tokens[t0], "meter") == 0)) { in cmd_table_action_profile()
1158 if (strcmp(tokens[t0 + 1], "srtcm") == 0) in cmd_table_action_profile()
1160 else if (strcmp(tokens[t0 + 1], "trtcm") == 0) in cmd_table_action_profile()
1168 if (strcmp(tokens[t0 + 2], "tc") != 0) { in cmd_table_action_profile()
1178 if (strcmp(tokens[t0 + 4], "stats") != 0) { in cmd_table_action_profile()
1183 if (strcmp(tokens[t0 + 5], "none") == 0) { in cmd_table_action_profile()
1186 } else if (strcmp(tokens[t0 + 5], "pkts") == 0) { in cmd_table_action_profile()
1189 } else if (strcmp(tokens[t0 + 5], "bytes") == 0) { in cmd_table_action_profile()
1192 } else if (strcmp(tokens[t0 + 5], "both") == 0) { in cmd_table_action_profile()
1205 if ((t0 < n_tokens) && (strcmp(tokens[t0], "tm") == 0)) { in cmd_table_action_profile()
1212 if (strcmp(tokens[t0 + 1], "spp") != 0) { in cmd_table_action_profile()
1224 if (strcmp(tokens[t0 + 3], "pps") != 0) { in cmd_table_action_profile()
1240 if ((t0 < n_tokens) && (strcmp(tokens[t0], "encap") == 0)) { in cmd_table_action_profile()
1249 if (strcmp(tokens[t0 + 1], "ether") == 0) in cmd_table_action_profile()
1251 else if (strcmp(tokens[t0 + 1], "vlan") == 0) in cmd_table_action_profile()
1253 else if (strcmp(tokens[t0 + 1], "qinq") == 0) in cmd_table_action_profile()
1255 else if (strcmp(tokens[t0 + 1], "mpls") == 0) in cmd_table_action_profile()
1257 else if (strcmp(tokens[t0 + 1], "pppoe") == 0) in cmd_table_action_profile()
1259 else if (strcmp(tokens[t0 + 1], "vxlan") == 0) { in cmd_table_action_profile()
1266 if (strcmp(tokens[t0 + 2], "offset") != 0) { in cmd_table_action_profile()
1279 if (strcmp(tokens[t0 + 2 + 2], "ipv4") == 0) in cmd_table_action_profile()
1281 else if (strcmp(tokens[t0 + 2 + 2], "ipv6") == 0) in cmd_table_action_profile()
1289 if (strcmp(tokens[t0 + 2 + 3], "vlan") != 0) { in cmd_table_action_profile()
1295 if (strcmp(tokens[t0 + 2 + 4], "on") == 0) in cmd_table_action_profile()
1297 else if (strcmp(tokens[t0 + 2 + 4], "off") == 0) in cmd_table_action_profile()
1307 } else if (strcmp(tokens[t0 + 1], "qinq_pppoe") == 0) in cmd_table_action_profile()
1319 if ((t0 < n_tokens) && (strcmp(tokens[t0], "nat") == 0)) { in cmd_table_action_profile()
1326 if (strcmp(tokens[t0 + 1], "src") == 0) in cmd_table_action_profile()
1328 else if (strcmp(tokens[t0 + 1], "dst") == 0) in cmd_table_action_profile()
1336 if (strcmp(tokens[t0 + 2], "proto") != 0) { in cmd_table_action_profile()
1341 if (strcmp(tokens[t0 + 3], "tcp") == 0) in cmd_table_action_profile()
1343 else if (strcmp(tokens[t0 + 3], "udp") == 0) in cmd_table_action_profile()
1355 if ((t0 < n_tokens) && (strcmp(tokens[t0], "ttl") == 0)) { in cmd_table_action_profile()
1362 if (strcmp(tokens[t0 + 1], "drop") == 0) in cmd_table_action_profile()
1364 else if (strcmp(tokens[t0 + 1], "fwd") == 0) in cmd_table_action_profile()
1372 if (strcmp(tokens[t0 + 2], "stats") != 0) { in cmd_table_action_profile()
1377 if (strcmp(tokens[t0 + 3], "none") == 0) in cmd_table_action_profile()
1379 else if (strcmp(tokens[t0 + 3], "pkts") == 0) in cmd_table_action_profile()
1391 if ((t0 < n_tokens) && (strcmp(tokens[t0], "stats") == 0)) { in cmd_table_action_profile()
1398 if (strcmp(tokens[t0 + 1], "pkts") == 0) { in cmd_table_action_profile()
1401 } else if (strcmp(tokens[t0 + 1], "bytes") == 0) { in cmd_table_action_profile()
1404 } else if (strcmp(tokens[t0 + 1], "both") == 0) { in cmd_table_action_profile()
1417 if ((t0 < n_tokens) && (strcmp(tokens[t0], "time") == 0)) { in cmd_table_action_profile()
1422 if ((t0 < n_tokens) && (strcmp(tokens[t0], "sym_crypto") == 0)) { in cmd_table_action_profile()
1426 strcmp(tokens[t0 + 1], "dev") || in cmd_table_action_profile()
1427 strcmp(tokens[t0 + 3], "offset")) { in cmd_table_action_profile()
1457 if ((t0 < n_tokens) && (strcmp(tokens[t0], "tag") == 0)) { in cmd_table_action_profile()
1462 if ((t0 < n_tokens) && (strcmp(tokens[t0], "decap") == 0)) { in cmd_table_action_profile()
1502 if (strcmp(tokens[2], "period") != 0) { in cmd_pipeline()
1512 if (strcmp(tokens[4], "offset_port_id") != 0) { in cmd_pipeline()
1522 if (strcmp(tokens[6], "cpu") != 0) { in cmd_pipeline()
1570 if (strcmp(tokens[2], "port") != 0) { in cmd_pipeline_port_in()
1575 if (strcmp(tokens[3], "in") != 0) { in cmd_pipeline_port_in()
1580 if (strcmp(tokens[4], "bsz") != 0) { in cmd_pipeline_port_in()
1592 if (strcmp(tokens[t0], "link") == 0) { in cmd_pipeline_port_in()
1603 if (strcmp(tokens[t0 + 2], "rxq") != 0) { in cmd_pipeline_port_in()
1614 } else if (strcmp(tokens[t0], "swq") == 0) { in cmd_pipeline_port_in()
1626 } else if (strcmp(tokens[t0], "tmgr") == 0) { in cmd_pipeline_port_in()
1638 } else if (strcmp(tokens[t0], "tap") == 0) { in cmd_pipeline_port_in()
1649 if (strcmp(tokens[t0 + 2], "mempool") != 0) { in cmd_pipeline_port_in()
1657 if (strcmp(tokens[t0 + 4], "mtu") != 0) { in cmd_pipeline_port_in()
1669 } else if (strcmp(tokens[t0], "kni") == 0) { in cmd_pipeline_port_in()
1681 } else if (strcmp(tokens[t0], "source") == 0) { in cmd_pipeline_port_in()
1692 if (strcmp(tokens[t0 + 1], "mempool") != 0) { in cmd_pipeline_port_in()
1700 if (strcmp(tokens[t0 + 3], "file") != 0) { in cmd_pipeline_port_in()
1708 if (strcmp(tokens[t0 + 5], "bpp") != 0) { in cmd_pipeline_port_in()
1721 } else if (strcmp(tokens[t0], "cryptodev") == 0) { in cmd_pipeline_port_in()
1747 if ((n_tokens > t0) && (strcmp(tokens[t0], "action") == 0)) { in cmd_pipeline_port_in()
1760 (strcmp(tokens[t0], "disabled") == 0)) { in cmd_pipeline_port_in()
1809 if (strcmp(tokens[2], "port") != 0) { in cmd_pipeline_port_out()
1814 if (strcmp(tokens[3], "out") != 0) { in cmd_pipeline_port_out()
1819 if (strcmp(tokens[4], "bsz") != 0) { in cmd_pipeline_port_out()
1829 if (strcmp(tokens[6], "link") == 0) { in cmd_pipeline_port_out()
1840 if (strcmp(tokens[8], "txq") != 0) { in cmd_pipeline_port_out()
1849 } else if (strcmp(tokens[6], "swq") == 0) { in cmd_pipeline_port_out()
1859 } else if (strcmp(tokens[6], "tmgr") == 0) { in cmd_pipeline_port_out()
1869 } else if (strcmp(tokens[6], "tap") == 0) { in cmd_pipeline_port_out()
1879 } else if (strcmp(tokens[6], "kni") == 0) { in cmd_pipeline_port_out()
1889 } else if (strcmp(tokens[6], "sink") == 0) { in cmd_pipeline_port_out()
1904 if (strcmp(tokens[7], "file") != 0) { in cmd_pipeline_port_out()
1912 if (strcmp(tokens[9], "pkts") != 0) { in cmd_pipeline_port_out()
1923 } else if (strcmp(tokens[6], "cryptodev") == 0) { in cmd_pipeline_port_out()
1934 if (strcmp(tokens[8], "txq")) { in cmd_pipeline_port_out()
1946 if (strcmp(tokens[10], "offset")) { in cmd_pipeline_port_out()
2012 if (strcmp(tokens[2], "table") != 0) { in cmd_pipeline_table()
2017 if (strcmp(tokens[3], "match") != 0) { in cmd_pipeline_table()
2023 if (strcmp(tokens[t0], "acl") == 0) { in cmd_pipeline_table()
2032 if (strcmp(tokens[t0 + 1], "ipv4") == 0) in cmd_pipeline_table()
2034 else if (strcmp(tokens[t0 + 1], "ipv6") == 0) in cmd_pipeline_table()
2042 if (strcmp(tokens[t0 + 2], "offset") != 0) { in cmd_pipeline_table()
2054 if (strcmp(tokens[t0 + 4], "size") != 0) { in cmd_pipeline_table()
2066 } else if (strcmp(tokens[t0], "array") == 0) { in cmd_pipeline_table()
2075 if (strcmp(tokens[t0 + 1], "offset") != 0) { in cmd_pipeline_table()
2086 if (strcmp(tokens[t0 + 3], "size") != 0) { in cmd_pipeline_table()
2098 } else if (strcmp(tokens[t0], "hash") == 0) { in cmd_pipeline_table()
2109 if (strcmp(tokens[t0 + 1], "ext") == 0) in cmd_pipeline_table()
2111 else if (strcmp(tokens[t0 + 1], "lru") == 0) in cmd_pipeline_table()
2119 if (strcmp(tokens[t0 + 2], "key") != 0) { in cmd_pipeline_table()
2132 if (strcmp(tokens[t0 + 4], "mask") != 0) { in cmd_pipeline_table()
2145 if (strcmp(tokens[t0 + 6], "offset") != 0) { in cmd_pipeline_table()
2156 if (strcmp(tokens[t0 + 8], "buckets") != 0) { in cmd_pipeline_table()
2167 if (strcmp(tokens[t0 + 10], "size") != 0) { in cmd_pipeline_table()
2179 } else if (strcmp(tokens[t0], "lpm") == 0) { in cmd_pipeline_table()
2188 if (strcmp(tokens[t0 + 1], "ipv4") == 0) in cmd_pipeline_table()
2190 else if (strcmp(tokens[t0 + 1], "ipv6") == 0) in cmd_pipeline_table()
2198 if (strcmp(tokens[t0 + 2], "offset") != 0) { in cmd_pipeline_table()
2209 if (strcmp(tokens[t0 + 4], "size") != 0) { in cmd_pipeline_table()
2221 } else if (strcmp(tokens[t0], "stub") == 0) { in cmd_pipeline_table()
2231 if ((n_tokens > t0) && (strcmp(tokens[t0], "action") == 0)) { in cmd_pipeline_table()
2274 if (strcmp(tokens[2], "port") != 0) { in cmd_pipeline_port_in_table()
2279 if (strcmp(tokens[3], "in") != 0) { in cmd_pipeline_port_in_table()
2289 if (strcmp(tokens[5], "table") != 0) { in cmd_pipeline_port_in_table()
2335 if (strcmp(tokens[2], "port") != 0) { in cmd_pipeline_port_in_stats()
2340 if (strcmp(tokens[3], "in") != 0) { in cmd_pipeline_port_in_stats()
2350 if (strcmp(tokens[5], "stats") != 0) { in cmd_pipeline_port_in_stats()
2355 if (strcmp(tokens[6], "read") != 0) { in cmd_pipeline_port_in_stats()
2362 if (strcmp(tokens[7], "clear") != 0) { in cmd_pipeline_port_in_stats()
2406 if (strcmp(tokens[2], "port") != 0) { in cmd_pipeline_port_in_enable()
2411 if (strcmp(tokens[3], "in") != 0) { in cmd_pipeline_port_in_enable()
2421 if (strcmp(tokens[5], "enable") != 0) { in cmd_pipeline_port_in_enable()
2454 if (strcmp(tokens[2], "port") != 0) { in cmd_pipeline_port_in_disable()
2459 if (strcmp(tokens[3], "in") != 0) { in cmd_pipeline_port_in_disable()
2469 if (strcmp(tokens[5], "disable") != 0) { in cmd_pipeline_port_in_disable()
2508 if (strcmp(tokens[2], "port") != 0) { in cmd_pipeline_port_out_stats()
2513 if (strcmp(tokens[3], "out") != 0) { in cmd_pipeline_port_out_stats()
2523 if (strcmp(tokens[5], "stats") != 0) { in cmd_pipeline_port_out_stats()
2528 if (strcmp(tokens[6], "read") != 0) { in cmd_pipeline_port_out_stats()
2535 if (strcmp(tokens[7], "clear") != 0) { in cmd_pipeline_port_out_stats()
2588 if (strcmp(tokens[2], "table") != 0) { in cmd_pipeline_table_stats()
2598 if (strcmp(tokens[4], "stats") != 0) { in cmd_pipeline_table_stats()
2603 if (strcmp(tokens[5], "read") != 0) { in cmd_pipeline_table_stats()
2610 if (strcmp(tokens[6], "clear") != 0) { in cmd_pipeline_table_stats()
2702 if (strcmp(tokens[0], "match") != 0) { in parse_match()
2707 if (strcmp(tokens[1], "acl") == 0) { in parse_match()
2715 if (strcmp(tokens[2], "priority") != 0) { in parse_match()
2726 if (strcmp(tokens[4], "ipv4") == 0) { in parse_match()
2742 } else if (strcmp(tokens[4], "ipv6") == 0) { in parse_match()
2806 if (strcmp(tokens[1], "array") == 0) { in parse_match()
2822 if (strcmp(tokens[1], "hash") == 0) { in parse_match()
2830 if (strcmp(tokens[2], "raw") == 0) { in parse_match()
2848 if (strcmp(tokens[2], "ipv4_5tuple") == 0) { in parse_match()
2896 if (strcmp(tokens[2], "ipv6_5tuple") == 0) { in parse_match()
2944 if (strcmp(tokens[2], "ipv4_addr") == 0) { in parse_match()
2966 if (strcmp(tokens[2], "ipv6_addr") == 0) { in parse_match()
2988 if (strcmp(tokens[2], "qinq") == 0) { in parse_match()
3023 if (strcmp(tokens[1], "lpm") == 0) { in parse_match()
3031 if (strcmp(tokens[2], "ipv4") == 0) { in parse_match()
3043 } else if (strcmp(tokens[2], "ipv6") == 0) { in parse_match()
3135 if ((n_tokens == 0) || (strcmp(tokens[0], "fwd") != 0)) in parse_table_action_fwd()
3141 if (n_tokens && (strcmp(tokens[0], "drop") == 0)) { in parse_table_action_fwd()
3147 if (n_tokens && (strcmp(tokens[0], "port") == 0)) { in parse_table_action_fwd()
3160 if (n_tokens && (strcmp(tokens[0], "meta") == 0)) { in parse_table_action_fwd()
3166 if (n_tokens && (strcmp(tokens[0], "table") == 0)) { in parse_table_action_fwd()
3189 if ((n_tokens == 0) || (strcmp(tokens[0], "balance") != 0)) in parse_table_action_balance()
3210 if (strcmp(token, "g") == 0) { in parse_policer_action()
3215 if (strcmp(token, "y") == 0) { in parse_policer_action()
3220 if (strcmp(token, "r") == 0) { in parse_policer_action()
3225 if (strcmp(token, "drop") == 0) { in parse_policer_action()
3239 strcmp(tokens[0], "meter") || in parse_table_action_meter_tc()
3241 strcmp(tokens[2], "policer") || in parse_table_action_meter_tc()
3242 strcmp(tokens[3], "g") || in parse_table_action_meter_tc()
3244 strcmp(tokens[5], "y") || in parse_table_action_meter_tc()
3246 strcmp(tokens[7], "r") || in parse_table_action_meter_tc()
3258 if ((n_tokens == 0) || strcmp(tokens[0], "meter")) in parse_table_action_meter()
3265 strcmp(tokens[0], "tc0") || in parse_table_action_meter()
3274 if ((n_tokens == 0) || strcmp(tokens[0], "tc1")) { in parse_table_action_meter()
3283 strcmp(tokens[10], "tc2") || in parse_table_action_meter()
3286 strcmp(tokens[20], "tc3") || in parse_table_action_meter()
3304 strcmp(tokens[0], "tm") || in parse_table_action_tm()
3305 strcmp(tokens[1], "subport") || in parse_table_action_tm()
3307 strcmp(tokens[3], "pipe") || in parse_table_action_tm()
3322 if ((n_tokens == 0) || strcmp(tokens[0], "encap")) in parse_table_action_encap()
3329 if (n_tokens && (strcmp(tokens[0], "ether") == 0)) { in parse_table_action_encap()
3341 if (n_tokens && (strcmp(tokens[0], "vlan") == 0)) { in parse_table_action_encap()
3364 if (n_tokens && (strcmp(tokens[0], "qinq") == 0)) { in parse_table_action_encap()
3397 if (n_tokens && (strcmp(tokens[0], "qinq_pppoe") == 0)) { in parse_table_action_encap()
3435 if (n_tokens && (strcmp(tokens[0], "mpls") == 0)) { in parse_table_action_encap()
3441 if (strcmp(tokens[1], "unicast") == 0) in parse_table_action_encap()
3443 else if (strcmp(tokens[1], "multicast") == 0) in parse_table_action_encap()
3450 strcmp(tokens[4], "label0") || in parse_table_action_encap()
3466 if ((n_tokens == 0) || strcmp(tokens[0], "label1")) { in parse_table_action_encap()
3489 if ((n_tokens == 0) || strcmp(tokens[0], "label2")) { in parse_table_action_encap()
3512 if ((n_tokens == 0) || strcmp(tokens[0], "label3")) { in parse_table_action_encap()
3539 if (n_tokens && (strcmp(tokens[0], "pppoe") == 0)) { in parse_table_action_encap()
3553 if (n_tokens && (strcmp(tokens[0], "vxlan") == 0)) { in parse_table_action_encap()
3562 strcmp(tokens[0], "ether") || in parse_table_action_encap()
3572 if (strcmp(tokens[0], "vlan") == 0) { in parse_table_action_encap()
3595 if (strcmp(tokens[0], "ipv4") == 0) { in parse_table_action_encap()
3615 } else if (strcmp(tokens[0], "ipv6") == 0) { in parse_table_action_encap()
3643 strcmp(tokens[0], "udp") || in parse_table_action_encap()
3654 strcmp(tokens[0], "vxlan") || in parse_table_action_encap()
3677 strcmp(tokens[0], "nat")) in parse_table_action_nat()
3680 if (strcmp(tokens[1], "ipv4") == 0) { in parse_table_action_nat()
3695 if (strcmp(tokens[1], "ipv6") == 0) { in parse_table_action_nat()
3719 strcmp(tokens[0], "ttl")) in parse_table_action_ttl()
3722 if (strcmp(tokens[1], "dec") == 0) in parse_table_action_ttl()
3724 else if (strcmp(tokens[1], "keep") == 0) in parse_table_action_ttl()
3739 strcmp(tokens[0], "stats")) in parse_table_action_stats()
3754 strcmp(tokens[0], "time")) in parse_table_action_time()
3811 if (n_tokens < 7 || strcmp(tokens[1], "cipher_algo") || in parse_table_action_cipher()
3812 strcmp(tokens[3], "cipher_key") || in parse_table_action_cipher()
3813 strcmp(tokens[5], "cipher_iv")) in parse_table_action_cipher()
3886 strcmp(tokens[7], "auth_algo") || in parse_table_action_cipher_auth()
3887 strcmp(tokens[9], "auth_key") || in parse_table_action_cipher_auth()
3888 strcmp(tokens[11], "digest_size")) in parse_table_action_cipher_auth()
3922 if (strcmp(tokens[11], "digest_size")) in parse_table_action_cipher_auth()
3965 if (n_tokens < 11 || strcmp(tokens[1], "aead_algo") || in parse_table_action_aead()
3966 strcmp(tokens[3], "aead_key") || in parse_table_action_aead()
3967 strcmp(tokens[5], "aead_iv") || in parse_table_action_aead()
3968 strcmp(tokens[7], "aead_aad") || in parse_table_action_aead()
3969 strcmp(tokens[9], "digest_size")) in parse_table_action_aead()
4068 strcmp(tokens[0], "sym_crypto") || in parse_table_action_sym_crypto()
4069 strcmp(tokens[2], "type")) in parse_table_action_sym_crypto()
4074 if (strcmp(tokens[1], "encrypt") == 0) in parse_table_action_sym_crypto()
4083 if (strcmp(tokens[3], "cipher") == 0) { in parse_table_action_sym_crypto()
4089 } else if (strcmp(tokens[3], "cipher_auth") == 0) { in parse_table_action_sym_crypto()
4095 } else if (strcmp(tokens[3], "aead") == 0) { in parse_table_action_sym_crypto()
4108 if (strcmp(tokens[used_n_tokens], "data_offset")) { in parse_table_action_sym_crypto()
4124 strcmp(tokens[0], "tag")) in parse_table_action_tag()
4140 strcmp(tokens[0], "decap")) in parse_table_action_decap()
4162 strcmp(tokens[0], "action")) in parse_table_action()
4168 if (n_tokens && (strcmp(tokens[0], "fwd") == 0)) { in parse_table_action()
4182 if (n_tokens && (strcmp(tokens[0], "balance") == 0)) { in parse_table_action()
4196 if (n_tokens && (strcmp(tokens[0], "meter") == 0)) { in parse_table_action()
4210 if (n_tokens && (strcmp(tokens[0], "tm") == 0)) { in parse_table_action()
4224 if (n_tokens && (strcmp(tokens[0], "encap") == 0)) { in parse_table_action()
4238 if (n_tokens && (strcmp(tokens[0], "nat") == 0)) { in parse_table_action()
4252 if (n_tokens && (strcmp(tokens[0], "ttl") == 0)) { in parse_table_action()
4266 if (n_tokens && (strcmp(tokens[0], "stats") == 0)) { in parse_table_action()
4280 if (n_tokens && (strcmp(tokens[0], "time") == 0)) { in parse_table_action()
4294 if (n_tokens && (strcmp(tokens[0], "sym_crypto") == 0)) { in parse_table_action()
4307 if (n_tokens && (strcmp(tokens[0], "tag") == 0)) { in parse_table_action()
4321 if (n_tokens && (strcmp(tokens[0], "decap") == 0)) { in parse_table_action()
4368 if (strcmp(tokens[2], "table") != 0) { in cmd_pipeline_table_rule_add()
4378 if (strcmp(tokens[4], "rule") != 0) { in cmd_pipeline_table_rule_add()
4383 if (strcmp(tokens[5], "add") != 0) { in cmd_pipeline_table_rule_add()
4455 if (strcmp(tokens[2], "table") != 0) { in cmd_pipeline_table_rule_add_default()
4465 if (strcmp(tokens[4], "rule") != 0) { in cmd_pipeline_table_rule_add_default()
4470 if (strcmp(tokens[5], "add") != 0) { in cmd_pipeline_table_rule_add_default()
4475 if (strcmp(tokens[6], "match") != 0) { in cmd_pipeline_table_rule_add_default()
4480 if (strcmp(tokens[7], "default") != 0) { in cmd_pipeline_table_rule_add_default()
4485 if (strcmp(tokens[8], "action") != 0) { in cmd_pipeline_table_rule_add_default()
4490 if (strcmp(tokens[9], "fwd") != 0) { in cmd_pipeline_table_rule_add_default()
4497 if (strcmp(tokens[10], "drop") == 0) { in cmd_pipeline_table_rule_add_default()
4504 } else if (strcmp(tokens[10], "port") == 0) { in cmd_pipeline_table_rule_add_default()
4519 } else if (strcmp(tokens[10], "meta") == 0) { in cmd_pipeline_table_rule_add_default()
4526 } else if (strcmp(tokens[10], "table") == 0) { in cmd_pipeline_table_rule_add_default()
4590 if (strcmp(tokens[2], "table") != 0) { in cmd_pipeline_table_rule_add_bulk()
4600 if (strcmp(tokens[4], "rule") != 0) { in cmd_pipeline_table_rule_add_bulk()
4605 if (strcmp(tokens[5], "add") != 0) { in cmd_pipeline_table_rule_add_bulk()
4610 if (strcmp(tokens[6], "bulk") != 0) { in cmd_pipeline_table_rule_add_bulk()
4669 if (strcmp(tokens[2], "table") != 0) { in cmd_pipeline_table_rule_delete()
4679 if (strcmp(tokens[4], "rule") != 0) { in cmd_pipeline_table_rule_delete()
4684 if (strcmp(tokens[5], "delete") != 0) { in cmd_pipeline_table_rule_delete()
4738 if (strcmp(tokens[2], "table") != 0) { in cmd_pipeline_table_rule_delete_default()
4748 if (strcmp(tokens[4], "rule") != 0) { in cmd_pipeline_table_rule_delete_default()
4753 if (strcmp(tokens[5], "delete") != 0) { in cmd_pipeline_table_rule_delete_default()
4758 if (strcmp(tokens[6], "match") != 0) { in cmd_pipeline_table_rule_delete_default()
4763 if (strcmp(tokens[7], "default") != 0) { in cmd_pipeline_table_rule_delete_default()
5157 if (strcmp(tokens[2], "table") != 0) { in cmd_pipeline_table_rule_show()
5167 if (strcmp(tokens[4], "rule") != 0) { in cmd_pipeline_table_rule_show()
5172 if (strcmp(tokens[5], "show") != 0) { in cmd_pipeline_table_rule_show()
5177 if (strcmp(tokens[6], "file") != 0) { in cmd_pipeline_table_rule_show()
5214 if (strcmp(tokens[2], "table") != 0) { in cmd_pipeline_table_rule_stats_read()
5224 if (strcmp(tokens[4], "rule") != 0) { in cmd_pipeline_table_rule_stats_read()
5229 if (strcmp(tokens[5], "read") != 0) { in cmd_pipeline_table_rule_stats_read()
5234 if (strcmp(tokens[6], "stats") != 0) { in cmd_pipeline_table_rule_stats_read()
5243 if (n_tokens && (strcmp(tokens[0], "clear") == 0)) { in cmd_pipeline_table_rule_stats_read()
5251 if ((n_tokens == 0) || strcmp(tokens[0], "match")) { in cmd_pipeline_table_rule_stats_read()
5324 if (strcmp(tokens[2], "table") != 0) { in cmd_pipeline_table_meter_profile_add()
5334 if (strcmp(tokens[4], "meter") != 0) { in cmd_pipeline_table_meter_profile_add()
5339 if (strcmp(tokens[5], "profile") != 0) { in cmd_pipeline_table_meter_profile_add()
5349 if (strcmp(tokens[7], "add") != 0) { in cmd_pipeline_table_meter_profile_add()
5354 if (strcmp(tokens[8], "srtcm") == 0) { in cmd_pipeline_table_meter_profile_add()
5363 if (strcmp(tokens[9], "cir") != 0) { in cmd_pipeline_table_meter_profile_add()
5373 if (strcmp(tokens[11], "cbs") != 0) { in cmd_pipeline_table_meter_profile_add()
5383 if (strcmp(tokens[13], "ebs") != 0) { in cmd_pipeline_table_meter_profile_add()
5392 } else if (strcmp(tokens[8], "trtcm") == 0) { in cmd_pipeline_table_meter_profile_add()
5400 if (strcmp(tokens[9], "cir") != 0) { in cmd_pipeline_table_meter_profile_add()
5410 if (strcmp(tokens[11], "pir") != 0) { in cmd_pipeline_table_meter_profile_add()
5419 if (strcmp(tokens[13], "cbs") != 0) { in cmd_pipeline_table_meter_profile_add()
5429 if (strcmp(tokens[15], "pbs") != 0) { in cmd_pipeline_table_meter_profile_add()
5475 if (strcmp(tokens[2], "table") != 0) { in cmd_pipeline_table_meter_profile_delete()
5485 if (strcmp(tokens[4], "meter") != 0) { in cmd_pipeline_table_meter_profile_delete()
5490 if (strcmp(tokens[5], "profile") != 0) { in cmd_pipeline_table_meter_profile_delete()
5500 if (strcmp(tokens[7], "delete") != 0) { in cmd_pipeline_table_meter_profile_delete()
5538 if (strcmp(tokens[2], "table") != 0) { in cmd_pipeline_table_rule_meter_read()
5548 if (strcmp(tokens[4], "rule") != 0) { in cmd_pipeline_table_rule_meter_read()
5553 if (strcmp(tokens[5], "read") != 0) { in cmd_pipeline_table_rule_meter_read()
5558 if (strcmp(tokens[6], "meter") != 0) { in cmd_pipeline_table_rule_meter_read()
5567 if (n_tokens && (strcmp(tokens[0], "clear") == 0)) { in cmd_pipeline_table_rule_meter_read()
5575 if ((n_tokens == 0) || strcmp(tokens[0], "match")) { in cmd_pipeline_table_rule_meter_read()
5727 if (strcmp(tokens[2], "table") != 0) { in cmd_pipeline_table_dscp()
5737 if (strcmp(tokens[4], "dscp") != 0) { in cmd_pipeline_table_dscp()
5784 if (strcmp(tokens[2], "table") != 0) { in cmd_pipeline_table_rule_ttl_read()
5794 if (strcmp(tokens[4], "rule") != 0) { in cmd_pipeline_table_rule_ttl_read()
5799 if (strcmp(tokens[5], "read") != 0) { in cmd_pipeline_table_rule_ttl_read()
5804 if (strcmp(tokens[6], "ttl") != 0) { in cmd_pipeline_table_rule_ttl_read()
5813 if (n_tokens && (strcmp(tokens[0], "clear") == 0)) { in cmd_pipeline_table_rule_ttl_read()
5821 if ((n_tokens == 0) || strcmp(tokens[0], "match")) { in cmd_pipeline_table_rule_ttl_read()
5881 if (strcmp(tokens[2], "table") != 0) { in cmd_pipeline_table_rule_time_read()
5891 if (strcmp(tokens[4], "rule") != 0) { in cmd_pipeline_table_rule_time_read()
5896 if (strcmp(tokens[5], "read") != 0) { in cmd_pipeline_table_rule_time_read()
5901 if (strcmp(tokens[6], "time") != 0) { in cmd_pipeline_table_rule_time_read()
5910 if ((n_tokens == 0) || strcmp(tokens[0], "match")) { in cmd_pipeline_table_rule_time_read()
5968 if (strcmp(tokens[2], "pipeline") != 0) { in cmd_thread_pipeline_enable()
5975 if (strcmp(tokens[4], "enable") != 0) { in cmd_thread_pipeline_enable()
6011 if (strcmp(tokens[2], "pipeline") != 0) { in cmd_thread_pipeline_disable()
6018 if (strcmp(tokens[4], "disable") != 0) { in cmd_thread_pipeline_disable()
6081 if (strcmp(tokens[0], "mempool") == 0) { in cmd_help()
6086 if (strcmp(tokens[0], "link") == 0) { in cmd_help()
6091 if (strcmp(tokens[0], "swq") == 0) { in cmd_help()
6096 if (strcmp(tokens[0], "tmgr") == 0) { in cmd_help()
6103 (strcmp(tokens[1], "subport")) == 0) { in cmd_help()
6109 (strcmp(tokens[1], "subport") == 0) && in cmd_help()
6110 (strcmp(tokens[2], "profile") == 0)) { in cmd_help()
6117 (strcmp(tokens[1], "subport") == 0) && in cmd_help()
6118 (strcmp(tokens[2], "pipe") == 0)) { in cmd_help()
6124 (strcmp(tokens[1], "pipe") == 0) && in cmd_help()
6125 (strcmp(tokens[2], "profile") == 0)) { in cmd_help()
6131 if (strcmp(tokens[0], "tap") == 0) { in cmd_help()
6136 if (strcmp(tokens[0], "kni") == 0) { in cmd_help()
6141 if (strcmp(tokens[0], "cryptodev") == 0) { in cmd_help()
6147 (strcmp(tokens[0], "port") == 0) && in cmd_help()
6148 (strcmp(tokens[1], "in") == 0) && in cmd_help()
6149 (strcmp(tokens[2], "action") == 0) && in cmd_help()
6150 (strcmp(tokens[3], "profile") == 0)) { in cmd_help()
6156 (strcmp(tokens[0], "table") == 0) && in cmd_help()
6157 (strcmp(tokens[1], "action") == 0) && in cmd_help()
6158 (strcmp(tokens[2], "profile") == 0)) { in cmd_help()
6163 if ((strcmp(tokens[0], "pipeline") == 0) && (n_tokens == 1)) { in cmd_help()
6168 if ((strcmp(tokens[0], "pipeline") == 0) && in cmd_help()
6169 (strcmp(tokens[1], "port") == 0)) { in cmd_help()
6170 if ((n_tokens == 3) && (strcmp(tokens[2], "in")) == 0) { in cmd_help()
6175 if ((n_tokens == 3) && (strcmp(tokens[2], "out")) == 0) { in cmd_help()
6181 (strcmp(tokens[2], "in") == 0) && in cmd_help()
6182 (strcmp(tokens[3], "table") == 0)) { in cmd_help()
6189 (strcmp(tokens[2], "in") == 0) && in cmd_help()
6190 (strcmp(tokens[3], "stats") == 0)) { in cmd_help()
6197 (strcmp(tokens[2], "in") == 0) && in cmd_help()
6198 (strcmp(tokens[3], "enable") == 0)) { in cmd_help()
6205 (strcmp(tokens[2], "in") == 0) && in cmd_help()
6206 (strcmp(tokens[3], "disable") == 0)) { in cmd_help()
6213 (strcmp(tokens[2], "out") == 0) && in cmd_help()
6214 (strcmp(tokens[3], "stats") == 0)) { in cmd_help()
6221 if ((strcmp(tokens[0], "pipeline") == 0) && in cmd_help()
6222 (strcmp(tokens[1], "table") == 0)) { in cmd_help()
6228 if ((n_tokens == 3) && strcmp(tokens[2], "stats") == 0) { in cmd_help()
6234 if ((n_tokens == 3) && strcmp(tokens[2], "dscp") == 0) { in cmd_help()
6241 (strcmp(tokens[2], "rule") == 0) && in cmd_help()
6242 (strcmp(tokens[3], "add") == 0)) { in cmd_help()
6249 (strcmp(tokens[2], "rule") == 0) && in cmd_help()
6250 (strcmp(tokens[3], "add") == 0) && in cmd_help()
6251 (strcmp(tokens[4], "default") == 0)) { in cmd_help()
6258 (strcmp(tokens[2], "rule") == 0) && in cmd_help()
6259 (strcmp(tokens[3], "add") == 0) && in cmd_help()
6260 (strcmp(tokens[4], "bulk") == 0)) { in cmd_help()
6267 (strcmp(tokens[2], "rule") == 0) && in cmd_help()
6268 (strcmp(tokens[3], "delete") == 0)) { in cmd_help()
6275 (strcmp(tokens[2], "rule") == 0) && in cmd_help()
6276 (strcmp(tokens[3], "delete") == 0) && in cmd_help()
6277 (strcmp(tokens[4], "default") == 0)) { in cmd_help()
6284 (strcmp(tokens[2], "rule") == 0) && in cmd_help()
6285 (strcmp(tokens[3], "show") == 0)) { in cmd_help()
6292 (strcmp(tokens[2], "rule") == 0) && in cmd_help()
6293 (strcmp(tokens[3], "stats") == 0) && in cmd_help()
6294 (strcmp(tokens[4], "read") == 0)) { in cmd_help()
6301 (strcmp(tokens[2], "meter") == 0) && in cmd_help()
6302 (strcmp(tokens[3], "profile") == 0) && in cmd_help()
6303 (strcmp(tokens[4], "add") == 0)) { in cmd_help()
6310 (strcmp(tokens[2], "meter") == 0) && in cmd_help()
6311 (strcmp(tokens[3], "profile") == 0) && in cmd_help()
6312 (strcmp(tokens[4], "delete") == 0)) { in cmd_help()
6319 (strcmp(tokens[2], "rule") == 0) && in cmd_help()
6320 (strcmp(tokens[3], "meter") == 0) && in cmd_help()
6321 (strcmp(tokens[4], "read") == 0)) { in cmd_help()
6328 (strcmp(tokens[2], "rule") == 0) && in cmd_help()
6329 (strcmp(tokens[3], "ttl") == 0) && in cmd_help()
6330 (strcmp(tokens[4], "read") == 0)) { in cmd_help()
6337 (strcmp(tokens[2], "rule") == 0) && in cmd_help()
6338 (strcmp(tokens[3], "time") == 0) && in cmd_help()
6339 (strcmp(tokens[4], "read") == 0)) { in cmd_help()
6347 (strcmp(tokens[0], "thread") == 0) && in cmd_help()
6348 (strcmp(tokens[1], "pipeline") == 0)) { in cmd_help()
6349 if (strcmp(tokens[2], "enable") == 0) { in cmd_help()
6355 if (strcmp(tokens[2], "disable") == 0) { in cmd_help()
6384 if (strcmp(tokens[0], "help") == 0) { in cli_process()
6389 if (strcmp(tokens[0], "mempool") == 0) { in cli_process()
6394 if (strcmp(tokens[0], "link") == 0) { in cli_process()
6395 if (strcmp(tokens[1], "show") == 0) { in cli_process()
6404 if (strcmp(tokens[0], "swq") == 0) { in cli_process()
6409 if (strcmp(tokens[0], "tmgr") == 0) { in cli_process()
6411 (strcmp(tokens[1], "subport") == 0) && in cli_process()
6412 (strcmp(tokens[2], "profile") == 0)) { in cli_process()
6419 (strcmp(tokens[1], "pipe") == 0) && in cli_process()
6420 (strcmp(tokens[2], "profile") == 0)) { in cli_process()
6426 (strcmp(tokens[2], "subport") == 0) && in cli_process()
6427 (strcmp(tokens[4], "profile") == 0)) { in cli_process()
6433 (strcmp(tokens[2], "subport") == 0) && in cli_process()
6434 (strcmp(tokens[4], "pipe") == 0)) { in cli_process()
6443 if (strcmp(tokens[0], "tap") == 0) { in cli_process()
6448 if (strcmp(tokens[0], "kni") == 0) { in cli_process()
6453 if (strcmp(tokens[0], "cryptodev") == 0) { in cli_process()
6458 if (strcmp(tokens[0], "port") == 0) { in cli_process()
6463 if (strcmp(tokens[0], "table") == 0) { in cli_process()
6468 if (strcmp(tokens[0], "pipeline") == 0) { in cli_process()
6470 (strcmp(tokens[2], "period") == 0)) { in cli_process()
6476 (strcmp(tokens[2], "port") == 0) && in cli_process()
6477 (strcmp(tokens[3], "in") == 0) && in cli_process()
6478 (strcmp(tokens[4], "bsz") == 0)) { in cli_process()
6484 (strcmp(tokens[2], "port") == 0) && in cli_process()
6485 (strcmp(tokens[3], "out") == 0) && in cli_process()
6486 (strcmp(tokens[4], "bsz") == 0)) { in cli_process()
6492 (strcmp(tokens[2], "table") == 0) && in cli_process()
6493 (strcmp(tokens[3], "match") == 0)) { in cli_process()
6499 (strcmp(tokens[2], "port") == 0) && in cli_process()
6500 (strcmp(tokens[3], "in") == 0) && in cli_process()
6501 (strcmp(tokens[5], "table") == 0)) { in cli_process()
6508 (strcmp(tokens[2], "port") == 0) && in cli_process()
6509 (strcmp(tokens[3], "in") == 0) && in cli_process()
6510 (strcmp(tokens[5], "stats") == 0)) { in cli_process()
6517 (strcmp(tokens[2], "port") == 0) && in cli_process()
6518 (strcmp(tokens[3], "in") == 0) && in cli_process()
6519 (strcmp(tokens[5], "enable") == 0)) { in cli_process()
6526 (strcmp(tokens[2], "port") == 0) && in cli_process()
6527 (strcmp(tokens[3], "in") == 0) && in cli_process()
6528 (strcmp(tokens[5], "disable") == 0)) { in cli_process()
6535 (strcmp(tokens[2], "port") == 0) && in cli_process()
6536 (strcmp(tokens[3], "out") == 0) && in cli_process()
6537 (strcmp(tokens[5], "stats") == 0)) { in cli_process()
6544 (strcmp(tokens[2], "table") == 0) && in cli_process()
6545 (strcmp(tokens[4], "stats") == 0)) { in cli_process()
6552 (strcmp(tokens[2], "table") == 0) && in cli_process()
6553 (strcmp(tokens[4], "rule") == 0) && in cli_process()
6554 (strcmp(tokens[5], "add") == 0) && in cli_process()
6555 (strcmp(tokens[6], "match") == 0)) { in cli_process()
6557 (strcmp(tokens[7], "default") == 0)) { in cli_process()
6569 (strcmp(tokens[2], "table") == 0) && in cli_process()
6570 (strcmp(tokens[4], "rule") == 0) && in cli_process()
6571 (strcmp(tokens[5], "add") == 0) && in cli_process()
6572 (strcmp(tokens[6], "bulk") == 0)) { in cli_process()
6579 (strcmp(tokens[2], "table") == 0) && in cli_process()
6580 (strcmp(tokens[4], "rule") == 0) && in cli_process()
6581 (strcmp(tokens[5], "delete") == 0) && in cli_process()
6582 (strcmp(tokens[6], "match") == 0)) { in cli_process()
6584 (strcmp(tokens[7], "default") == 0)) { in cli_process()
6596 (strcmp(tokens[2], "table") == 0) && in cli_process()
6597 (strcmp(tokens[4], "rule") == 0) && in cli_process()
6598 (strcmp(tokens[5], "show") == 0)) { in cli_process()
6605 (strcmp(tokens[2], "table") == 0) && in cli_process()
6606 (strcmp(tokens[4], "rule") == 0) && in cli_process()
6607 (strcmp(tokens[5], "read") == 0) && in cli_process()
6608 (strcmp(tokens[6], "stats") == 0)) { in cli_process()
6615 (strcmp(tokens[2], "table") == 0) && in cli_process()
6616 (strcmp(tokens[4], "meter") == 0) && in cli_process()
6617 (strcmp(tokens[5], "profile") == 0) && in cli_process()
6618 (strcmp(tokens[7], "add") == 0)) { in cli_process()
6625 (strcmp(tokens[2], "table") == 0) && in cli_process()
6626 (strcmp(tokens[4], "meter") == 0) && in cli_process()
6627 (strcmp(tokens[5], "profile") == 0) && in cli_process()
6628 (strcmp(tokens[7], "delete") == 0)) { in cli_process()
6635 (strcmp(tokens[2], "table") == 0) && in cli_process()
6636 (strcmp(tokens[4], "rule") == 0) && in cli_process()
6637 (strcmp(tokens[5], "read") == 0) && in cli_process()
6638 (strcmp(tokens[6], "meter") == 0)) { in cli_process()
6645 (strcmp(tokens[2], "table") == 0) && in cli_process()
6646 (strcmp(tokens[4], "dscp") == 0)) { in cli_process()
6653 (strcmp(tokens[2], "table") == 0) && in cli_process()
6654 (strcmp(tokens[4], "rule") == 0) && in cli_process()
6655 (strcmp(tokens[5], "read") == 0) && in cli_process()
6656 (strcmp(tokens[6], "ttl") == 0)) { in cli_process()
6663 (strcmp(tokens[2], "table") == 0) && in cli_process()
6664 (strcmp(tokens[4], "rule") == 0) && in cli_process()
6665 (strcmp(tokens[5], "read") == 0) && in cli_process()
6666 (strcmp(tokens[6], "time") == 0)) { in cli_process()
6673 if (strcmp(tokens[0], "thread") == 0) { in cli_process()
6675 (strcmp(tokens[4], "enable") == 0)) { in cli_process()
6682 (strcmp(tokens[4], "disable") == 0)) { in cli_process()