Lines Matching refs:udp_tunnels
569 for (i = 0; i < ARRAY_SIZE(nic_data->udp_tunnels); ++i)
570 nic_data->udp_tunnels[i].type =
699 memset(nic_data->udp_tunnels, 0, sizeof(nic_data->udp_tunnels));
966 memset(nic_data->udp_tunnels, 0, sizeof(nic_data->udp_tunnels));
3808 BUILD_BUG_ON(ARRAY_SIZE(nic_data->udp_tunnels) >
3811 for (i = 0; i < ARRAY_SIZE(nic_data->udp_tunnels); ++i) {
3812 if (nic_data->udp_tunnels[i].type !=
3818 ntohs(nic_data->udp_tunnels[i].port),
3820 nic_data->udp_tunnels[i].type);
3922 nic_data->udp_tunnels[entry].type = efx_tunnel_type;
3923 nic_data->udp_tunnels[entry].port = ti->port;
3950 for (i = 0; i < ARRAY_SIZE(nic_data->udp_tunnels); ++i)
3951 if (nic_data->udp_tunnels[i].type !=
3953 nic_data->udp_tunnels[i].port == port)
3974 nic_data->udp_tunnels[entry].type = TUNNEL_ENCAP_UDP_PORT_ENTRY_INVALID;
3975 nic_data->udp_tunnels[entry].port = 0;