Searched refs:ip_type (Results 1 – 7 of 7) sorted by relevance
48 uint32_t *ipv6_cnt, uint8_t *ip_type) in fib_parse_packet() argument60 *ip_type = 1; in fib_parse_packet()67 *ip_type = 0; in fib_parse_packet()
3431 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV4; in i40e_flow_parse_l4_pattern()3445 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV6; in i40e_flow_parse_l4_pattern()3737 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV4; in i40e_flow_parse_vxlan_pattern()3750 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV6; in i40e_flow_parse_vxlan_pattern()3968 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV4; in i40e_flow_parse_nvgre_pattern()3981 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV6; in i40e_flow_parse_nvgre_pattern()4155 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV4; in i40e_flow_parse_mpls_pattern()4168 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV6; in i40e_flow_parse_mpls_pattern()4320 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV4; in i40e_flow_parse_gtp_pattern()
890 enum i40e_tunnel_iptype ip_type; member952 enum i40e_tunnel_iptype ip_type; /**< IP address type. */ member
7769 tunnel_filter->input.ip_type = I40E_TUNNEL_IPTYPE_IPV6; in i40e_tunnel_filter_convert()7771 tunnel_filter->input.ip_type = I40E_TUNNEL_IPTYPE_IPV4; in i40e_tunnel_filter_convert()8286 uint16_t ip_type; in i40e_dev_consistent_tunnel_filter_set() local8320 if (tunnel_filter->ip_type == I40E_TUNNEL_IPTYPE_IPV4) { in i40e_dev_consistent_tunnel_filter_set()8321 ip_type = I40E_AQC_ADD_CLOUD_FLAGS_IPV4; in i40e_dev_consistent_tunnel_filter_set()8328 ip_type = I40E_AQC_ADD_CLOUD_FLAGS_IPV6; in i40e_dev_consistent_tunnel_filter_set()8527 ip_type | (tun_type << I40E_AQC_ADD_CLOUD_TNL_TYPE_SHIFT)); in i40e_dev_consistent_tunnel_filter_set()
1990 uint32_t ip_size = 0, ip_type = 0; in ulp_rte_vxlan_encap_act_handler() local2068 ip_type = rte_cpu_to_be_32(BNXT_ULP_ETH_IPV4); in ulp_rte_vxlan_encap_act_handler()2070 &ip_type, sizeof(uint32_t)); in ulp_rte_vxlan_encap_act_handler()2090 ip_type = rte_cpu_to_be_32(BNXT_ULP_ETH_IPV6); in ulp_rte_vxlan_encap_act_handler()2092 &ip_type, sizeof(uint32_t)); in ulp_rte_vxlan_encap_act_handler()
1876 enum rte_tunnel_iptype ip_type; /**< IP address type */ member
1154 u8 ip_type /* Searcher String - IP Type */; member