KPort

KPort

class KPort extends KAutoObject;

Size : 0x48 bytes

OffsetTypeDescription
0x0u32Pointer to vtable
0x4u32Reference count
0x8u32Pointer to KServerPort vtable
0xCu32KServerPort Reference count
0x10u32Node count for threads
0x14KLinkedListNode*Pointer to first KLinkedListNode in the list of threads that sync with this object
0x18KLinkedListNode*Pointer to last KLinkedListNode in the list of threads that sync with this object
0x1Cu32Node count for sessions
0x20KLinkedListNode*Pointer to first KLinkedListNode in the list of KServerSessions associated with this port
0x24KLinkedListNode*Pointer to last KLinkedListNode in the list of KServerSessions associated with this port
0x28KPort*Pointer to parent KPort
0x2Cu32Pointer to KClientPort vtable
0x30u32KClientPort Reference count
0x34u32Node count for threads
0x38KLinkedListNode*Pointer to first KLinkedListNode in the list of threads that sync with this object
0x3CKLinkedListNode*Pointer to last KLinkedListNode in the list of threads that sync with this object
0x40s16Current connection count to port
0x42s16Max connection count to port
0x44KPort*Pointer to the parent port object;

Category:Kernel auto objects