Bitdefender Hypervisor Memory Introspection
_SOCK_PROTO Struct Reference

An internal structure used to cache the "struct proto" addresses of required connection types. More...

Data Fields

QWORD Gva
 The GVA of the "struct proto" object. More...
 
CHAR Name [32]
 The protocol name as defined in Linux kernel. More...
 

Detailed Description

An internal structure used to cache the "struct proto" addresses of required connection types.

Definition at line 16 of file lixnet.c.

Field Documentation

◆ Gva

QWORD _SOCK_PROTO::Gva

The GVA of the "struct proto" object.

Definition at line 18 of file lixnet.c.

Referenced by IntLixNetGetConnectionFromSocket().

◆ Name

CHAR _SOCK_PROTO::Name[32]

The protocol name as defined in Linux kernel.

Definition at line 19 of file lixnet.c.

Referenced by IntLixNetGetConnectionFromSocket().


The documentation for this struct was generated from the following file: