Home
last modified time | relevance | path

Searched refs:tun_ip_version (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun.c726 if (flow_attr->tun_ip_version == 4) { in mlx5e_tc_tun_route_lookup()
733 else if (flow_attr->tun_ip_version == 6) { in mlx5e_tc_tun_route_lookup()
765 if (flow_attr->tun_ip_version == 4) in mlx5e_tc_tun_route_lookup()
768 else if (flow_attr->tun_ip_version == 6) in mlx5e_tc_tun_route_lookup()
H A Dtc_tun_encap.c118 flow->attr->tun_ip_version = ip_version; in mlx5e_tc_set_attr_rx_tun()
1308 key.ip_version = attr->tun_ip_version; in mlx5e_attach_decap_route()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h92 u8 tun_ip_version; member