Searched refs:match_strkey (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test-pmd/ |
| H A D | cmd_flex_item.c | 39 match_strkey(const char *key, const char *pattern) in match_strkey() function 56 if (match_strkey(mode, "FLEX_TUNNEL_MODE_SINGLE")) in flex_tunnel_parse() 99 if (match_strkey(key, "field_mode")) { in flex_field_parse() 104 if (match_strkey(mode, "FIELD_MODE_DUMMY")) in flex_field_parse() 173 if (match_strkey(key, "item")) { in flex_link_parse() 187 if (match_strkey(key, "next")) { in flex_link_parse() 209 if (match_strkey(key, "tunnel")) { in flex_item_config() 215 } else if (match_strkey(key, "next_header")) { in flex_item_config() 228 } else if (match_strkey(key, "sample_data")) { in flex_item_config() 241 } else if (match_strkey(key, "input_link")) { in flex_item_config() [all …]
|