Home
last modified time | relevance | path

Searched refs:flex_pattern_set (Results 1 – 1 of 1) sorted by relevance

/dpdk/app/test-pmd/
H A Dcmd_flex_item.c421 struct flex_pattern_set { struct
429 TOKEN_STRING_INITIALIZER(struct flex_pattern_set, set, "set"); argument
431 TOKEN_STRING_INITIALIZER(struct flex_pattern_set,
434 TOKEN_STRING_INITIALIZER(struct flex_pattern_set,
437 TOKEN_STRING_INITIALIZER(struct flex_pattern_set,
440 TOKEN_STRING_INITIALIZER(struct flex_pattern_set, mask, "mask");
442 TOKEN_STRING_INITIALIZER(struct flex_pattern_set, spec_data, NULL);
444 TOKEN_STRING_INITIALIZER(struct flex_pattern_set, mask_data, NULL);
446 TOKEN_NUM_INITIALIZER(struct flex_pattern_set, id, RTE_UINT16);
481 struct flex_pattern_set *res = parsed_result; in flex_pattern_parsed_fn()