Searched refs:ah_spec (Results 1 – 2 of 2) sorted by relevance
735 const struct rte_flow_item_ah *ah_spec, *ah_mask; in iavf_fdir_parse_pattern() local1286 ah_spec = item->spec; in iavf_fdir_parse_pattern()1293 if (ah_spec && ah_mask) { in iavf_fdir_parse_pattern()1299 rte_memcpy(hdr->buffer, ah_spec, in iavf_fdir_parse_pattern()1300 sizeof(*ah_spec)); in iavf_fdir_parse_pattern()
540 const struct rte_flow_item_ah *ah_spec, *ah_mask; in ice_switch_parse_pattern() local1252 ah_spec = item->spec; in ice_switch_parse_pattern()1254 if ((ah_spec && !ah_mask) || in ice_switch_parse_pattern()1255 (!ah_spec && ah_mask)) { in ice_switch_parse_pattern()1276 if (!ah_spec && !ah_mask && !(*input)) { in ice_switch_parse_pattern()1285 } else if (ah_spec && ah_mask && in ice_switch_parse_pattern()1289 ah_spec->spi; in ice_switch_parse_pattern()