Lines Matching refs:tunnel_dev
634 * @tunnel_dev: ptr to tunnel device
639 static int ice_tc_tun_get_type(struct net_device *tunnel_dev)
641 if (netif_is_vxlan(tunnel_dev))
643 if (netif_is_geneve(tunnel_dev))
645 if (netif_is_gretap(tunnel_dev) ||
646 netif_is_ip6gretap(tunnel_dev))
652 if (netif_is_gtp(tunnel_dev))
654 if (netif_is_pfcp(tunnel_dev))
1645 struct net_device *tunnel_dev;
1672 tunnel_dev = ice_get_tunnel_device(filter_dev, rule);
1673 if (tunnel_dev) {
1676 filter_dev = tunnel_dev;