Searched refs:ShutdownRequest (Results 1 – 4 of 4) sorted by relevance
61 while (!IsListEmpty(&Connection->ShutdownRequest)) in DisconnectWorker()63 Entry = RemoveHeadList( &Connection->ShutdownRequest ); in DisconnectWorker()125 InitializeListHead(&Connection->ShutdownRequest); in TCPAllocateConnectionEndpoint()488 InsertTailList(&Connection->ShutdownRequest, &Bucket->Entry); in TCPDisconnect()707 ListHead[4] = &Endpoint->ShutdownRequest; in TCPRemoveIRP()
102 while (!IsListEmpty(&Connection->ShutdownRequest)) in FlushShutdownQueue()104 Entry = RemoveHeadList(&Connection->ShutdownRequest); in FlushShutdownQueue()
254 LIST_ENTRY ShutdownRequest;/* Queued shutdown requests */ member
174 IsListEmpty(&Conn->ShutdownRequest) ? "Empty" : "Not Empty", in LogActiveObjects()