Searched defs:l2tp_stats (Results 1 – 1 of 1) sorted by relevance
32 struct l2tp_stats { struct33 atomic_long_t tx_packets;34 atomic_long_t tx_bytes;35 atomic_long_t tx_errors;36 atomic_long_t rx_packets;37 atomic_long_t rx_bytes;38 atomic_long_t rx_seq_discards;39 atomic_long_t rx_oos_packets;40 atomic_long_t rx_errors;41 atomic_long_t rx_cookie_discards;[all …]