Lines Matching defs:info
134 struct udp_tunnel_nic_info *info;
166 /* Note: it's not normal to allocate the info struct like this!
169 info = kmemdup(&nsim_udp_tunnel_info, sizeof(nsim_udp_tunnel_info),
171 if (!info)
176 info->set_port = NULL;
177 info->unset_port = NULL;
179 info->sync_table = NULL;
183 info->flags |= UDP_TUNNEL_NIC_INFO_MAY_SLEEP;
185 info->flags |= UDP_TUNNEL_NIC_INFO_OPEN_ONLY;
187 info->flags |= UDP_TUNNEL_NIC_INFO_IPV4_ONLY;
189 info->shared = &nsim_dev->udp_ports.utn_shared;
191 info->flags |= UDP_TUNNEL_NIC_INFO_STATIC_IANA_VXLAN;
193 dev->udp_tunnel_nic_info = info;