Searched refs:item_raw_spec (Results 1 – 1 of 1) sorted by relevance
309 const struct rte_flow_item_raw *item_raw_spec = item->spec; in flow_item_raw_preprocess() local332 if (item_raw_spec->relative == 0) in flow_item_raw_preprocess()339 if (item_raw_spec->search) in flow_item_raw_preprocess()346 if (item_raw_spec->offset < 0) in flow_item_raw_preprocess()352 if (item_raw_spec->length == 0) in flow_item_raw_preprocess()359 if (item_raw_spec->offset + item_raw_spec->length > in flow_item_raw_preprocess()367 if (!item_raw_spec->pattern && item_raw_mask && item_raw_mask->pattern) in flow_item_raw_preprocess()374 pattern = item_raw_spec->pattern; in flow_item_raw_preprocess()376 pattern_length = (size_t)item_raw_spec->length; in flow_item_raw_preprocess()377 pattern_offset = (size_t)item_raw_spec->offset; in flow_item_raw_preprocess()