Searched refs:UdpSrv (Results 1 – 1 of 1) sorted by relevance
178 IKE_UDP_SERVICE *UdpSrv; in IpSecStop() local229 UdpSrv = IPSEC_UDP_SERVICE_FROM_LIST (Entry); in IpSecStop()233 if (UdpSrv->Input != NULL && ControllerHandle == UdpSrv->Input->UdpHandle) { in IpSecStop()234 UdpIoFreeIo (UdpSrv->Input); in IpSecStop()235 UdpSrv->Input = NULL; in IpSecStop()238 if (UdpSrv->Output != NULL && ControllerHandle == UdpSrv->Output->UdpHandle) { in IpSecStop()239 UdpIoFreeIo (UdpSrv->Output); in IpSecStop()240 UdpSrv->Output = NULL; in IpSecStop()243 if (UdpSrv->Input == NULL && UdpSrv->Output == NULL) { in IpSecStop()244 RemoveEntryList (&UdpSrv->List); in IpSecStop()[all …]