NF_FLOWCTL_STAT ===================== Flow control context statistics. .. code-block:: 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.