Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun.c722 if (flow_attr->tun_ip_version == 4) { in mlx5e_tc_tun_route_lookup()
729 else if (flow_attr->tun_ip_version == 6) { in mlx5e_tc_tun_route_lookup()
761 if (flow_attr->tun_ip_version == 4) in mlx5e_tc_tun_route_lookup()
764 else if (flow_attr->tun_ip_version == 6) in mlx5e_tc_tun_route_lookup()
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-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.h91 u8 tun_ip_version; member