Home
last modified time | relevance | path

Searched refs:esp_mask (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/ice/
H A Dice_switch_filter.c510 const struct rte_flow_item_esp *esp_spec, *esp_mask; in ice_switch_inset_get() local
1174 esp_mask = item->mask; in ice_switch_inset_get()
1175 if ((esp_spec && !esp_mask) || in ice_switch_inset_get()
1176 (!esp_spec && esp_mask)) { in ice_switch_inset_get()
1184 if (esp_mask && esp_mask->hdr.seq) { in ice_switch_inset_get()
1192 if (!esp_spec && !esp_mask && !input_set) { in ice_switch_inset_get()
1201 } else if (esp_spec && esp_mask && in ice_switch_inset_get()
1202 esp_mask->hdr.spi){ in ice_switch_inset_get()
1210 esp_mask->hdr.spi; in ice_switch_inset_get()
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_fdir.c469 const struct rte_flow_item_esp *esp_spec, *esp_mask; in iavf_fdir_parse_pattern() local
848 esp_mask = item->mask; in iavf_fdir_parse_pattern()
854 if (esp_spec && esp_mask) { in iavf_fdir_parse_pattern()
855 if (esp_mask->hdr.spi == UINT32_MAX) { in iavf_fdir_parse_pattern()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_flow.c2442 const struct rte_flow_item_esp *esp_spec, *esp_mask; in i40e_flow_parse_fdir_pattern() local
2929 esp_mask = item->mask; in i40e_flow_parse_fdir_pattern()
2931 if (!esp_spec || !esp_mask) { in i40e_flow_parse_fdir_pattern()
2939 if (esp_spec && esp_mask) { in i40e_flow_parse_fdir_pattern()
2940 if (esp_mask->hdr.spi != UINT32_MAX) { in i40e_flow_parse_fdir_pattern()