Lines Matching refs:udp_tunnel
37 struct rte_eth_udp_tunnel *udp_tunnel);
40 struct rte_eth_udp_tunnel *udp_tunnel);
1554 struct rte_eth_udp_tunnel *udp_tunnel) in ice_dcf_dev_udp_tunnel_port_add() argument
1561 if (!udp_tunnel) in ice_dcf_dev_udp_tunnel_port_add()
1564 switch (udp_tunnel->prot_type) { in ice_dcf_dev_udp_tunnel_port_add()
1567 udp_tunnel->udp_port); in ice_dcf_dev_udp_tunnel_port_add()
1571 udp_tunnel->udp_port); in ice_dcf_dev_udp_tunnel_port_add()
1585 struct rte_eth_udp_tunnel *udp_tunnel) in ice_dcf_dev_udp_tunnel_port_del() argument
1592 if (!udp_tunnel) in ice_dcf_dev_udp_tunnel_port_del()
1595 switch (udp_tunnel->prot_type) { in ice_dcf_dev_udp_tunnel_port_del()
1598 ret = ice_destroy_tunnel(parent_hw, udp_tunnel->udp_port, 0); in ice_dcf_dev_udp_tunnel_port_del()