NF_FLOWCTL_STATΒΆ

Flow control context statistics.

typedef struct _NF_FLOWCTL_STAT
{
        unsigned __int64 inBytes;
        unsigned __int64 outBytes;
} NF_FLOWCTL_STAT, *PNF_FLOWCTL_STAT;
inBytes

Number of inbound bytes.

outBytes

Number of outbound bytes.