:orphan: .. index:: pair: struct; tsa_packets_counter .. _doxid-structtsa__packets__counter: struct tsa_packets_counter ========================== .. toctree:: :hidden: Overview ~~~~~~~~ Context to count packets in processing in the packet handler function. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tsa_packets_counter { // fields int :ref:`count`; int :ref:`ack`; int :ref:`syn`; int :ref:`syn_ack`; int :ref:`fin_ack`; int :ref:`push_ack`; int :ref:`push_fin_ack`; int :ref:`rst_ack`; int :ref:`rst`; int :ref:`other`; }; .. _details-structtsa__packets__counter: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Context to count packets in processing in the packet handler function. Fields ------ .. index:: pair: variable; count .. _doxid-structtsa__packets__counter_1a6588d302bc21fff643affe2375c500f0: .. ref-code-block:: cpp :class: doxyrest-title-code-block int count Total packets counter .. index:: pair: variable; ack .. _doxid-structtsa__packets__counter_1a38b964c87cb8828d07f9cde129cb5ba8: .. ref-code-block:: cpp :class: doxyrest-title-code-block int ack ACK packets number .. index:: pair: variable; syn .. _doxid-structtsa__packets__counter_1ad01940d7c02eca19169efbfdef908fc0: .. ref-code-block:: cpp :class: doxyrest-title-code-block int syn SYN packets number .. index:: pair: variable; syn_ack .. _doxid-structtsa__packets__counter_1abdff79b1c59ca0630cf0f2fc7fefa333: .. ref-code-block:: cpp :class: doxyrest-title-code-block int syn_ack SYN-ACK packets number .. index:: pair: variable; fin_ack .. _doxid-structtsa__packets__counter_1af2cb49ec43c1e61b4c616db7d3a3595f: .. ref-code-block:: cpp :class: doxyrest-title-code-block int fin_ack FIN-ACK packets number .. index:: pair: variable; push_ack .. _doxid-structtsa__packets__counter_1a2f1f85fb78676089059a154b1e248cb4: .. ref-code-block:: cpp :class: doxyrest-title-code-block int push_ack PSH-ACK packets number .. index:: pair: variable; push_fin_ack .. _doxid-structtsa__packets__counter_1a240c7976e6617b7c58fbfe1984bb2705: .. ref-code-block:: cpp :class: doxyrest-title-code-block int push_fin_ack PSH-FIN-ACK packets number .. index:: pair: variable; rst_ack .. _doxid-structtsa__packets__counter_1a4b4efa0e2cda24d6061542d5d34a82f8: .. ref-code-block:: cpp :class: doxyrest-title-code-block int rst_ack RST-ACK packets number .. index:: pair: variable; rst .. _doxid-structtsa__packets__counter_1ab7dcda6e9fb48fefc5b260b1ad9eb1d0: .. ref-code-block:: cpp :class: doxyrest-title-code-block int rst RST packets number .. index:: pair: variable; other .. _doxid-structtsa__packets__counter_1a91a60dd25e533d137367cb93e7ef2858: .. ref-code-block:: cpp :class: doxyrest-title-code-block int other Other packets number