Searched refs:ip4_flow (Results 1 – 5 of 5) sorted by relevance
83 input->flow.ip4_flow.src_ip); in copy_fltr_v1()85 input->flow.ip4_flow.dst_ip); in copy_fltr_v1()178 if (input->flow.ip4_flow.tos) { in copy_fltr_v2()180 ip4_val.type_of_service = input->flow.ip4_flow.tos; in copy_fltr_v2()182 if (input->flow.ip4_flow.ttl) { in copy_fltr_v2()184 ip4_val.time_to_live = input->flow.ip4_flow.ttl; in copy_fltr_v2()186 if (input->flow.ip4_flow.proto) { in copy_fltr_v2()194 if (input->flow.ip4_flow.src_ip) { in copy_fltr_v2()196 ip4_val.src_addr = input->flow.ip4_flow.src_ip; in copy_fltr_v2()198 if (input->flow.ip4_flow.dst_ip) { in copy_fltr_v2()[all …]
276 struct rte_eth_ipv4_flow ip4_flow; member
788 ip4->time_to_live = fdir_input->flow.ip4_flow.ttl ? in fill_ip4_head()789 fdir_input->flow.ip4_flow.ttl : in fill_ip4_head()791 ip4->type_of_service = fdir_input->flow.ip4_flow.tos; in fill_ip4_head()792 ip4->next_proto_id = fdir_input->flow.ip4_flow.proto ? in fill_ip4_head()793 fdir_input->flow.ip4_flow.proto : next_proto; in fill_ip4_head()799 ip4->src_addr = fdir_input->flow.ip4_flow.dst_ip; in fill_ip4_head()800 ip4->dst_addr = fdir_input->flow.ip4_flow.src_ip; in fill_ip4_head()
2661 filter->input.flow.ip4_flow.proto = in i40e_flow_parse_fdir_pattern()2663 filter->input.flow.ip4_flow.tos = in i40e_flow_parse_fdir_pattern()2665 filter->input.flow.ip4_flow.ttl = in i40e_flow_parse_fdir_pattern()2667 filter->input.flow.ip4_flow.src_ip = in i40e_flow_parse_fdir_pattern()2669 filter->input.flow.ip4_flow.dst_ip = in i40e_flow_parse_fdir_pattern()
591 struct rte_eth_ipv4_flow ip4_flow; member