Lines Matching refs:udp_tunnels
570 for (i = 0; i < ARRAY_SIZE(nic_data->udp_tunnels); ++i)
571 nic_data->udp_tunnels[i].type =
700 memset(nic_data->udp_tunnels, 0, sizeof(nic_data->udp_tunnels));
967 memset(nic_data->udp_tunnels, 0, sizeof(nic_data->udp_tunnels));
3777 BUILD_BUG_ON(ARRAY_SIZE(nic_data->udp_tunnels) >
3780 for (i = 0; i < ARRAY_SIZE(nic_data->udp_tunnels); ++i) {
3781 if (nic_data->udp_tunnels[i].type !=
3787 ntohs(nic_data->udp_tunnels[i].port),
3789 nic_data->udp_tunnels[i].type);
3891 nic_data->udp_tunnels[entry].type = efx_tunnel_type;
3892 nic_data->udp_tunnels[entry].port = ti->port;
3919 for (i = 0; i < ARRAY_SIZE(nic_data->udp_tunnels); ++i)
3920 if (nic_data->udp_tunnels[i].type !=
3922 nic_data->udp_tunnels[i].port == port)
3943 nic_data->udp_tunnels[entry].type = TUNNEL_ENCAP_UDP_PORT_ENTRY_INVALID;
3944 nic_data->udp_tunnels[entry].port = 0;