Lines Matching refs:tunnel_dev
639 static int ice_tc_tun_get_type(struct net_device *tunnel_dev) in ice_tc_tun_get_type() argument
641 if (netif_is_vxlan(tunnel_dev)) in ice_tc_tun_get_type()
643 if (netif_is_geneve(tunnel_dev)) in ice_tc_tun_get_type()
645 if (netif_is_gretap(tunnel_dev) || in ice_tc_tun_get_type()
646 netif_is_ip6gretap(tunnel_dev)) in ice_tc_tun_get_type()
652 if (netif_is_gtp(tunnel_dev)) in ice_tc_tun_get_type()
654 if (netif_is_pfcp(tunnel_dev)) in ice_tc_tun_get_type()
1645 struct net_device *tunnel_dev; in ice_parse_cls_flower() local
1672 tunnel_dev = ice_get_tunnel_device(filter_dev, rule); in ice_parse_cls_flower()
1673 if (tunnel_dev) { in ice_parse_cls_flower()
1676 filter_dev = tunnel_dev; in ice_parse_cls_flower()