Lines Matching refs:udp_tunnel
157 struct rte_eth_udp_tunnel *udp_tunnel);
159 struct rte_eth_udp_tunnel *udp_tunnel);
5636 struct rte_eth_udp_tunnel *udp_tunnel) in ice_dev_udp_tunnel_port_add() argument
5643 if (udp_tunnel == NULL) in ice_dev_udp_tunnel_port_add()
5646 switch (udp_tunnel->prot_type) { in ice_dev_udp_tunnel_port_add()
5648 ret = ice_create_tunnel(hw, TNL_VXLAN, udp_tunnel->udp_port); in ice_dev_udp_tunnel_port_add()
5651 udp_tunnel->udp_port, true); in ice_dev_udp_tunnel_port_add()
5665 struct rte_eth_udp_tunnel *udp_tunnel) in ice_dev_udp_tunnel_port_del() argument
5672 if (udp_tunnel == NULL) in ice_dev_udp_tunnel_port_del()
5675 switch (udp_tunnel->prot_type) { in ice_dev_udp_tunnel_port_del()
5677 ret = ice_destroy_tunnel(hw, udp_tunnel->udp_port, 0); in ice_dev_udp_tunnel_port_del()
5680 udp_tunnel->udp_port, false); in ice_dev_udp_tunnel_port_del()