Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_switch_filter.c1253 ah_mask = item->mask; 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()
1263 if (ah_mask && in ice_switch_parse_pattern()
1264 (ah_mask->next_hdr || in ice_switch_parse_pattern()
1265 ah_mask->payload_len || in ice_switch_parse_pattern()
1266 ah_mask->seq_num || in ice_switch_parse_pattern()
1267 ah_mask->reserved)) { in ice_switch_parse_pattern()
1285 } else if (ah_spec && ah_mask && in ice_switch_parse_pattern()
1286 ah_mask->spi){ in ice_switch_parse_pattern()
[all …]
/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
1287 ah_mask = item->mask; in iavf_fdir_parse_pattern()
1293 if (ah_spec && ah_mask) { in iavf_fdir_parse_pattern()
1294 if (ah_mask->spi == UINT32_MAX) { in iavf_fdir_parse_pattern()