Searched refs:sctp4_flow (Results 1 – 5 of 5) sorted by relevance
148 if (input->flow.sctp4_flow.src_port) { in copy_fltr_v2()150 sctp_val.src_port = input->flow.sctp4_flow.src_port; in copy_fltr_v2()152 if (input->flow.sctp4_flow.dst_port) { in copy_fltr_v2()154 sctp_val.dst_port = input->flow.sctp4_flow.dst_port; in copy_fltr_v2()156 if (input->flow.sctp4_flow.verify_tag) { in copy_fltr_v2()158 sctp_val.tag = input->flow.sctp4_flow.verify_tag; in copy_fltr_v2()
275 struct rte_eth_sctpv4_flow sctp4_flow; member
996 sctp->src_port = fdir_input->flow.sctp4_flow.dst_port; in i40e_flow_fdir_construct_pkt()997 sctp->dst_port = fdir_input->flow.sctp4_flow.src_port; in i40e_flow_fdir_construct_pkt()998 sctp->tag = fdir_input->flow.sctp4_flow.verify_tag; in i40e_flow_fdir_construct_pkt()
590 struct rte_eth_sctpv4_flow sctp4_flow; member
2982 filter->input.flow.sctp4_flow.src_port = in i40e_flow_parse_fdir_pattern()2984 filter->input.flow.sctp4_flow.dst_port = in i40e_flow_parse_fdir_pattern()2986 filter->input.flow.sctp4_flow.verify_tag in i40e_flow_parse_fdir_pattern()