Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/iavf/
H A Diavf_fdir.c470 const struct rte_flow_item_ah *ah_spec, *ah_mask; in iavf_fdir_parse_pattern() local
868 ah_spec = item->spec; in iavf_fdir_parse_pattern()
875 if (ah_spec && ah_mask) { in iavf_fdir_parse_pattern()
881 rte_memcpy(hdr->buffer, ah_spec, in iavf_fdir_parse_pattern()
882 sizeof(*ah_spec)); in iavf_fdir_parse_pattern()
/f-stack/dpdk/drivers/net/ice/
H A Dice_switch_filter.c511 const struct rte_flow_item_ah *ah_spec, *ah_mask; in ice_switch_inset_get() local
1229 ah_spec = item->spec; in ice_switch_inset_get()
1231 if ((ah_spec && !ah_mask) || in ice_switch_inset_get()
1232 (!ah_spec && ah_mask)) { in ice_switch_inset_get()
1252 if (!ah_spec && !ah_mask && !input_set) { in ice_switch_inset_get()
1261 } else if (ah_spec && ah_mask && in ice_switch_inset_get()
1265 ah_spec->spi; in ice_switch_inset_get()