Home
last modified time | relevance | path

Searched defs:l2tp_stats (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/net/l2tp/
Dl2tp_core.h23 struct l2tp_stats { struct
24 atomic_long_t tx_packets;
25 atomic_long_t tx_bytes;
26 atomic_long_t tx_errors;
27 atomic_long_t rx_packets;
28 atomic_long_t rx_bytes;
29 atomic_long_t rx_seq_discards;
30 atomic_long_t rx_oos_packets;
31 atomic_long_t rx_errors;
32 atomic_long_t rx_cookie_discards;
[all …]