Searched refs:sctp6_flow (Results 1 – 5 of 5) sorted by relevance
242 if (input->flow.sctp6_flow.src_port) { in copy_fltr_v2()244 sctp_val.src_port = input->flow.sctp6_flow.src_port; in copy_fltr_v2()246 if (input->flow.sctp6_flow.dst_port) { in copy_fltr_v2()248 sctp_val.dst_port = input->flow.sctp6_flow.dst_port; in copy_fltr_v2()250 if (input->flow.sctp6_flow.verify_tag) { in copy_fltr_v2()252 sctp_val.tag = input->flow.sctp6_flow.verify_tag; in copy_fltr_v2()
279 struct rte_eth_sctpv6_flow sctp6_flow; member
1033 sctp->src_port = fdir_input->flow.sctp6_flow.dst_port; in i40e_flow_fdir_construct_pkt()1034 sctp->dst_port = fdir_input->flow.sctp6_flow.src_port; in i40e_flow_fdir_construct_pkt()1035 sctp->tag = fdir_input->flow.sctp6_flow.verify_tag; in i40e_flow_fdir_construct_pkt()
594 struct rte_eth_sctpv6_flow sctp6_flow; member
2989 filter->input.flow.sctp6_flow.src_port = in i40e_flow_parse_fdir_pattern()2991 filter->input.flow.sctp6_flow.dst_port = in i40e_flow_parse_fdir_pattern()2993 filter->input.flow.sctp6_flow.verify_tag in i40e_flow_parse_fdir_pattern()