diff options
author | Dmitry Safonov <0x7f454c46@gmail.com> | 2024-06-07 02:26:00 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-06-12 08:39:04 +0300 |
commit | efe46fb18e7891a44b05ce62f68eea3d87b9342c (patch) | |
tree | 870ec1454e7f0db6fa88a9800819b3c3d0aef1ec /Documentation/networking | |
parent | 78b1b27db91c7a94297a8b6a665fe7e86dfc5750 (diff) | |
download | linux-efe46fb18e7891a44b05ce62f68eea3d87b9342c.tar.xz |
Documentation/tcp-ao: Add a few lines on tracepoints
Signed-off-by: Dmitry Safonov <0x7f454c46@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/tcp_ao.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/networking/tcp_ao.rst b/Documentation/networking/tcp_ao.rst index 8a58321acce7..e96e62d1dab3 100644 --- a/Documentation/networking/tcp_ao.rst +++ b/Documentation/networking/tcp_ao.rst @@ -337,6 +337,15 @@ TCP-AO per-socket counters are also duplicated with per-netns counters, exposed with SNMP. Those are ``TCPAOGood``, ``TCPAOBad``, ``TCPAOKeyNotFound``, ``TCPAORequired`` and ``TCPAODroppedIcmps``. +For monitoring purposes, there are following TCP-AO trace events: +``tcp_hash_bad_header``, ``tcp_hash_ao_required``, ``tcp_ao_handshake_failure``, +``tcp_ao_wrong_maclen``, ``tcp_ao_wrong_maclen``, ``tcp_ao_key_not_found``, +``tcp_ao_rnext_request``, ``tcp_ao_synack_no_key``, ``tcp_ao_snd_sne_update``, +``tcp_ao_rcv_sne_update``. It's possible to separately enable any of them and +one can filter them by net-namespace, 4-tuple, family, L3 index, and TCP header +flags. If a segment has a TCP-AO header, the filters may also include +keyid, rnext, and maclen. SNE updates include the rolled-over numbers. + RFC 5925 very permissively specifies how TCP port matching can be done for MKTs:: |