Home
last modified time | relevance | path

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

/dpdk/drivers/net/iavf/
H A Diavf_fdir.c735 const struct rte_flow_item_ah *ah_spec, *ah_mask; in iavf_fdir_parse_pattern() local
1286 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()
/dpdk/drivers/net/ice/
H A Dice_switch_filter.c540 const struct rte_flow_item_ah *ah_spec, *ah_mask; in ice_switch_parse_pattern() local
1252 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()