Searched refs:sctp_spec (Results 1 – 10 of 10) sorted by relevance
520 struct rte_flow_item_sctp sctp_spec; in add_classify_rule() local605 sctp_spec.hdr.src_port = ntuple_filter->src_port; in add_classify_rule()606 sctp_spec.hdr.dst_port = ntuple_filter->dst_port; in add_classify_rule()607 sctp_spec.hdr.cksum = 0; in add_classify_rule()608 sctp_spec.hdr.tag = 0; in add_classify_rule()616 sctp_item.spec = &sctp_spec; in add_classify_rule()
214 const struct rte_flow_item_sctp *sctp_spec; in classify_parse_ntuple_filter() local421 sctp_spec = item->spec; in classify_parse_ntuple_filter()422 filter->dst_port = sctp_spec->hdr.dst_port; in classify_parse_ntuple_filter()423 filter->src_port = sctp_spec->hdr.src_port; in classify_parse_ntuple_filter()
465 const struct rte_flow_item_sctp *sctp_spec, *sctp_mask; in iavf_fdir_parse_pattern() local737 sctp_spec = item->spec; in iavf_fdir_parse_pattern()744 if (sctp_spec && sctp_mask) { in iavf_fdir_parse_pattern()763 &sctp_spec->hdr, in iavf_fdir_parse_pattern()764 sizeof(sctp_spec->hdr)); in iavf_fdir_parse_pattern()767 &sctp_spec->hdr, in iavf_fdir_parse_pattern()768 sizeof(sctp_spec->hdr)); in iavf_fdir_parse_pattern()
654 const struct rte_flow_item_sctp *sctp_spec, *sctp_mask; in ice_acl_parse_pattern() local849 sctp_spec = item->spec; in ice_acl_parse_pattern()855 if (sctp_spec && sctp_mask) { in ice_acl_parse_pattern()869 sctp_spec->hdr.src_port; in ice_acl_parse_pattern()878 sctp_spec->hdr.dst_port; in ice_acl_parse_pattern()
1645 const struct rte_flow_item_sctp *sctp_spec, *sctp_mask; in ice_fdir_parse_pattern() local1902 sctp_spec = item->spec; in ice_fdir_parse_pattern()1910 if (sctp_spec && sctp_mask) { in ice_fdir_parse_pattern()1932 sctp_spec->hdr.dst_port; in ice_fdir_parse_pattern()1934 sctp_spec->hdr.src_port; in ice_fdir_parse_pattern()1937 sctp_spec->hdr.dst_port; in ice_fdir_parse_pattern()1939 sctp_spec->hdr.src_port; in ice_fdir_parse_pattern()
503 const struct rte_flow_item_sctp *sctp_spec, *sctp_mask; in ice_switch_inset_get() local928 sctp_spec = item->spec; in ice_switch_inset_get()930 if (sctp_spec && sctp_mask) { in ice_switch_inset_get()958 sctp_spec->hdr.src_port; in ice_switch_inset_get()965 sctp_spec->hdr.dst_port; in ice_switch_inset_get()
2953 sctp_spec = item->spec; in i40e_flow_parse_fdir_pattern()2963 if (sctp_spec && sctp_mask) { in i40e_flow_parse_fdir_pattern()2983 sctp_spec->hdr.src_port; in i40e_flow_parse_fdir_pattern()2985 sctp_spec->hdr.dst_port; in i40e_flow_parse_fdir_pattern()2987 = sctp_spec->hdr.tag; in i40e_flow_parse_fdir_pattern()2990 sctp_spec->hdr.src_port; in i40e_flow_parse_fdir_pattern()2992 sctp_spec->hdr.dst_port; in i40e_flow_parse_fdir_pattern()2994 = sctp_spec->hdr.tag; in i40e_flow_parse_fdir_pattern()3539 sctp_spec = item->spec; in i40e_flow_parse_l4_pattern()3542 if (!sctp_spec || !sctp_mask) { in i40e_flow_parse_l4_pattern()[all …]
186 const struct rte_flow_item_sctp *sctp_spec; in cons_parse_ntuple_filter() local526 sctp_spec = item->spec; in cons_parse_ntuple_filter()527 filter->dst_port = sctp_spec->hdr.dst_port; in cons_parse_ntuple_filter()528 filter->src_port = sctp_spec->hdr.src_port; in cons_parse_ntuple_filter()1609 const struct rte_flow_item_sctp *sctp_spec; in ixgbe_parse_fdir_filter_normal() local2143 sctp_spec = item->spec; in ixgbe_parse_fdir_filter_normal()2145 sctp_spec->hdr.src_port; in ixgbe_parse_fdir_filter_normal()2147 sctp_spec->hdr.dst_port; in ixgbe_parse_fdir_filter_normal()
105 const struct rte_flow_item_sctp *sctp_spec; in cons_parse_ntuple_filter() local324 sctp_spec = (const struct rte_flow_item_sctp *) in cons_parse_ntuple_filter()326 filter->dst_port = sctp_spec->hdr.dst_port; in cons_parse_ntuple_filter()327 filter->src_port = sctp_spec->hdr.src_port; in cons_parse_ntuple_filter()
752 const struct rte_flow_item_sctp *sctp_spec; in hns3_parse_sctp() local792 sctp_spec = item->spec; in hns3_parse_sctp()794 rte_be_to_cpu_16(sctp_spec->hdr.src_port); in hns3_parse_sctp()796 rte_be_to_cpu_16(sctp_spec->hdr.dst_port); in hns3_parse_sctp()797 rule->key_conf.spec.sctp_tag = rte_be_to_cpu_32(sctp_spec->hdr.tag); in hns3_parse_sctp()