Lines Matching refs:vxlan
196 if (!(enic->vxlan.flags & ENIC_VXLAN_OUTER_IPV6)) { in enic_udp_tunnel_add()
207 if (enic->vxlan.vxlan_udp_port_number) { in enic_udp_tunnel_add()
208 if (ntohs(port) == enic->vxlan.vxlan_udp_port_number) in enic_udp_tunnel_add()
216 !(enic->vxlan.flags & ENIC_VXLAN_MULTI_WQ)) { in enic_udp_tunnel_add()
228 enic->vxlan.patch_level); in enic_udp_tunnel_add()
232 enic->vxlan.vxlan_udp_port_number = ntohs(port); in enic_udp_tunnel_add()
235 (int)enic->vxlan.patch_level, ntohs(port), ti->sa_family); in enic_udp_tunnel_add()
254 if ((ntohs(ti->port) != enic->vxlan.vxlan_udp_port_number) || in enic_udp_tunnel_del()
269 enic->vxlan.vxlan_udp_port_number = 0; in enic_udp_tunnel_del()
295 if (!(enic->vxlan.flags & ENIC_VXLAN_OUTER_IPV6)) in enic_features_check()
308 if (!(enic->vxlan.flags & ENIC_VXLAN_INNER_IPV6)) in enic_features_check()
326 if (port != enic->vxlan.vxlan_udp_port_number) in enic_features_check()
1408 if (enic->vxlan.vxlan_udp_port_number) { in enic_rq_indicate_buf()
1409 switch (enic->vxlan.patch_level) { in enic_rq_indicate_buf()
2960 enic->vxlan.flags = (u8)a1; in enic_probe()
2966 enic->vxlan.patch_level = patch_level; in enic_probe()