Searched refs:udp_tnl_add_port (Results 1 – 3 of 3) sorted by relevance
1416 int (*udp_tnl_add_port)(struct efx_nic *efx, struct efx_udp_tunnel tnl); member
2445 if (efx->type->udp_tnl_add_port) in efx_udp_tunnel_add()2446 (void)efx->type->udp_tnl_add_port(efx, tnl); in efx_udp_tunnel_add()
6775 .udp_tnl_add_port = efx_ef10_udp_tnl_add_port,