Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_switch_filter.c1230 ah_mask = item->mask; 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()
1240 if (ah_mask && in ice_switch_inset_get()
1241 (ah_mask->next_hdr || in ice_switch_inset_get()
1242 ah_mask->payload_len || in ice_switch_inset_get()
1243 ah_mask->seq_num || in ice_switch_inset_get()
1244 ah_mask->reserved)) { in ice_switch_inset_get()
1261 } else if (ah_spec && ah_mask && in ice_switch_inset_get()
1262 ah_mask->spi){ in ice_switch_inset_get()
[all …]
/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
869 ah_mask = item->mask; in iavf_fdir_parse_pattern()
875 if (ah_spec && ah_mask) { in iavf_fdir_parse_pattern()
876 if (ah_mask->spi == UINT32_MAX) { in iavf_fdir_parse_pattern()