Searched refs:esp_spec (Results 1 – 6 of 6) sorted by relevance
304 sa->esp_spec.hdr.spi = rte_cpu_to_be_32(sa->spi); in create_inline_session()318 sa->pattern[3].spec = &sa->esp_spec; in create_inline_session()324 sa->pattern[2].spec = &sa->esp_spec; in create_inline_session()526 sa->pattern[2].spec = &sa->esp_spec; in create_ipsec_esp_flow()528 sa->esp_spec.hdr.spi = rte_cpu_to_be_32(sa->spi); in create_ipsec_esp_flow()537 sa->pattern[2].spec = &sa->esp_spec; in create_ipsec_esp_flow()539 sa->esp_spec.hdr.spi = rte_cpu_to_be_32(sa->spi); in create_ipsec_esp_flow()
160 struct rte_flow_item_esp esp_spec; member
734 const struct rte_flow_item_esp *esp_spec, *esp_mask; in iavf_fdir_parse_pattern() local1265 esp_spec = item->spec; in iavf_fdir_parse_pattern()1272 if (esp_spec && esp_mask) { in iavf_fdir_parse_pattern()1278 rte_memcpy(hdr->buffer, &esp_spec->hdr, in iavf_fdir_parse_pattern()1279 sizeof(esp_spec->hdr)); in iavf_fdir_parse_pattern()
539 const struct rte_flow_item_esp *esp_spec, *esp_mask; in ice_switch_parse_pattern() local1196 esp_spec = item->spec; in ice_switch_parse_pattern()1198 if ((esp_spec && !esp_mask) || in ice_switch_parse_pattern()1199 (!esp_spec && esp_mask)) { in ice_switch_parse_pattern()1215 if (!esp_spec && !esp_mask && !(*input)) { in ice_switch_parse_pattern()1224 } else if (esp_spec && esp_mask && in ice_switch_parse_pattern()1231 esp_spec->hdr.spi; in ice_switch_parse_pattern()
1812 const struct rte_flow_item_esp *esp_spec, *esp_mask; in ice_fdir_parse_pattern() local2387 esp_spec = item->spec; in ice_fdir_parse_pattern()2390 if (!(esp_spec && esp_mask)) in ice_fdir_parse_pattern()2402 esp_spec->hdr.spi; in ice_fdir_parse_pattern()2405 esp_spec->hdr.spi; in ice_fdir_parse_pattern()
2316 const struct rte_flow_item_esp *esp_spec) in i40e_flow_set_filter_spi() argument2322 esp_spec->hdr.spi; in i40e_flow_set_filter_spi()2325 esp_spec->hdr.spi; in i40e_flow_set_filter_spi()2331 esp_spec->hdr.spi; in i40e_flow_set_filter_spi()2334 esp_spec->hdr.spi; in i40e_flow_set_filter_spi()2366 const struct rte_flow_item_esp *esp_spec, *esp_mask; in i40e_flow_parse_fdir_pattern() local2921 esp_spec = item->spec; in i40e_flow_parse_fdir_pattern()2924 if (!esp_spec || !esp_mask) { in i40e_flow_parse_fdir_pattern()2932 if (esp_spec && esp_mask) { in i40e_flow_parse_fdir_pattern()2940 i40e_flow_set_filter_spi(filter, esp_spec); in i40e_flow_parse_fdir_pattern()