Home
last modified time | relevance | path

Searched refs:gtp_spec (Results 1 – 6 of 6) sorted by relevance

/dpdk/app/test-flow-perf/
H A Ditems_gen.c215 static struct rte_flow_item_gtp gtp_spec = { in add_gtp() local
223 items[items_counter].spec = &gtp_spec; in add_gtp()
/dpdk/drivers/net/iavf/
H A Diavf_fdir.c731 const struct rte_flow_item_gtp *gtp_spec, *gtp_mask; in iavf_fdir_parse_pattern() local
1173 gtp_spec = item->spec; in iavf_fdir_parse_pattern()
1180 if (gtp_spec && gtp_mask) { in iavf_fdir_parse_pattern()
1196 gtp_spec, sizeof(*gtp_spec)); in iavf_fdir_parse_pattern()
/dpdk/drivers/net/ice/
H A Dice_switch_filter.c543 const struct rte_flow_item_gtp *gtp_spec, *gtp_mask; in ice_switch_parse_pattern() local
1398 gtp_spec = item->spec; in ice_switch_parse_pattern()
1400 if (gtp_spec && !gtp_mask) { in ice_switch_parse_pattern()
1407 if (gtp_spec && gtp_mask) { in ice_switch_parse_pattern()
1422 gtp_spec->teid; in ice_switch_parse_pattern()
H A Dice_fdir_filter.c1810 const struct rte_flow_item_gtp *gtp_spec, *gtp_mask; in ice_fdir_parse_pattern() local
2338 gtp_spec = item->spec; in ice_fdir_parse_pattern()
2341 if (!(gtp_spec && gtp_mask)) in ice_fdir_parse_pattern()
2357 filter->input.gtpu_data.teid = gtp_spec->teid; in ice_fdir_parse_pattern()
/dpdk/drivers/net/i40e/
H A Di40e_flow.c2365 const struct rte_flow_item_gtp *gtp_spec, *gtp_mask; in i40e_flow_parse_fdir_pattern() local
2891 gtp_spec = item->spec; in i40e_flow_parse_fdir_pattern()
2894 if (gtp_spec && gtp_mask) { in i40e_flow_parse_fdir_pattern()
2907 gtp_spec->teid; in i40e_flow_parse_fdir_pattern()
4288 const struct rte_flow_item_gtp *gtp_spec; in i40e_flow_parse_gtp_pattern() local
4343 gtp_spec = item->spec; in i40e_flow_parse_gtp_pattern()
4346 if (!gtp_spec || !gtp_mask) { in i40e_flow_parse_gtp_pattern()
4370 filter->tenant_id = rte_be_to_cpu_32(gtp_spec->teid); in i40e_flow_parse_gtp_pattern()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c2379 const struct rte_flow_item_gtp *gtp_spec; in flow_dv_validate_item_gtp_psc() local
2391 gtp_spec = gtp_item->spec; in flow_dv_validate_item_gtp_psc()
2394 if (gtp_spec && in flow_dv_validate_item_gtp_psc()
2396 ~gtp_spec->v_pt_rsv_flags & MLX5_GTP_EXT_HEADER_FLAG)) in flow_dv_validate_item_gtp_psc()