Searched refs:ip_type (Results 1 – 6 of 6) sorted by relevance
1496 uint32_t ip_size = 0, ip_type = 0; in ulp_rte_vxlan_encap_act_handler() local1636 ip_type = rte_cpu_to_be_32(BNXT_ULP_ETH_IPV4); in ulp_rte_vxlan_encap_act_handler()1638 &ip_type, sizeof(uint32_t)); in ulp_rte_vxlan_encap_act_handler()1697 ip_type = rte_cpu_to_be_32(BNXT_ULP_ETH_IPV6); in ulp_rte_vxlan_encap_act_handler()1699 &ip_type, sizeof(uint32_t)); in ulp_rte_vxlan_encap_act_handler()1735 if (ip_type == rte_cpu_to_be_32(BNXT_ULP_ETH_IPV4)) { in ulp_rte_vxlan_encap_act_handler()
3435 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV4; in i40e_flow_parse_l4_pattern()3449 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV6; in i40e_flow_parse_l4_pattern()3741 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV4; in i40e_flow_parse_vxlan_pattern()3754 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV6; in i40e_flow_parse_vxlan_pattern()3972 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV4; in i40e_flow_parse_nvgre_pattern()3985 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV6; in i40e_flow_parse_nvgre_pattern()4159 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV4; in i40e_flow_parse_mpls_pattern()4172 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV6; in i40e_flow_parse_mpls_pattern()4324 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV4; in i40e_flow_parse_gtp_pattern()
875 enum i40e_tunnel_iptype ip_type; member937 enum i40e_tunnel_iptype ip_type; /**< IP address type. */ member
7792 tunnel_filter->input.ip_type = I40E_TUNNEL_IPTYPE_IPV6; in i40e_tunnel_filter_convert()7794 tunnel_filter->input.ip_type = I40E_TUNNEL_IPTYPE_IPV4; in i40e_tunnel_filter_convert()8309 uint16_t ip_type; in i40e_dev_consistent_tunnel_filter_set() local8343 if (tunnel_filter->ip_type == I40E_TUNNEL_IPTYPE_IPV4) { in i40e_dev_consistent_tunnel_filter_set()8344 ip_type = I40E_AQC_ADD_CLOUD_FLAGS_IPV4; in i40e_dev_consistent_tunnel_filter_set()8351 ip_type = I40E_AQC_ADD_CLOUD_FLAGS_IPV6; in i40e_dev_consistent_tunnel_filter_set()8550 ip_type | (tun_type << I40E_AQC_ADD_CLOUD_TNL_TYPE_SHIFT)); in i40e_dev_consistent_tunnel_filter_set()
1421 enum rte_tunnel_iptype ip_type; /**< IP address type. */ member
1154 u8 ip_type /* Searcher String - IP Type */; member