NetworkManager/src/core/bpf
Beniamino Galvani a4e30ee849 clat: print translation statistics during deactivation
Print some statistics about the translation when the connection goes
down:

  clat: stats: egress (v4 to v6): tcp 1275, udp 191, icmp 9, other 0, dropped 2; ingress (v6 to v4): tcp 1669, udp 272, icmp 0, other 0, fragment 136, dropped 0

Those counters can be used to better understand what's going wrong in
case of problems; for example, if the packets are being dropped in the
ingress path or in the egress one.
2026-02-06 17:47:33 +01:00
..
clat.bpf.c clat: print translation statistics during deactivation 2026-02-06 17:47:33 +01:00
clat.h clat: print translation statistics during deactivation 2026-02-06 17:47:33 +01:00
meson.build bpf: clat: add missing "break" statements 2026-01-24 09:42:28 +01:00