Searched refs:osListNode (Results 1 – 4 of 4) sorted by relevance
88 …n (struct SockOsSocket *)((char *)(node) - (uintptr_t)(&(((struct SockOsSocket *)0)->osListNode))); in SockOsListEntry()
42 struct HlistNode osListNode; /* This has to be the First member of the structure */ member
51 HLIST_INIT_NODE(&osSock->osListNode); in SpungeAllocSystemSocket()52 HlistAddTail(&curInst->osSockist, &osSock->osListNode); in SpungeAllocSystemSocket()
42 HlistDelete(&curInst->osSockist, &osSock->osListNode); in NetconnFreeOsSocket()