Home
last modified time | relevance | path

Searched refs:ip_type (Results 1 – 7 of 7) sorted by relevance

/dpdk/examples/l3fwd/
H A Dl3fwd_fib.c48 uint32_t *ipv6_cnt, uint8_t *ip_type) in fib_parse_packet() argument
60 *ip_type = 1; in fib_parse_packet()
67 *ip_type = 0; in fib_parse_packet()
/dpdk/drivers/net/i40e/
H A Di40e_flow.c3431 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()
H A Di40e_ethdev.h890 enum i40e_tunnel_iptype ip_type; member
952 enum i40e_tunnel_iptype ip_type; /**< IP address type. */ member
H A Di40e_ethdev.c7769 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() local
8320 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()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_rte_parser.c1990 uint32_t ip_size = 0, ip_type = 0; in ulp_rte_vxlan_encap_act_handler() local
2068 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()
/dpdk/lib/ethdev/
H A Dethdev_driver.h1876 enum rte_tunnel_iptype ip_type; /**< IP address type */ member
/dpdk/drivers/net/qede/base/
H A Decore_hsi_eth.h1154 u8 ip_type /* Searcher String - IP Type */; member