Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmpls.h65 struct mpls_link_stats { struct
66 __u64 rx_packets; /* total packets received */
67 __u64 tx_packets; /* total packets transmitted */
68 __u64 rx_bytes; /* total bytes received */
69 __u64 tx_bytes; /* total bytes transmitted */
70 __u64 rx_errors; /* bad packets received */
71 __u64 tx_errors; /* packet transmit problems */
72 __u64 rx_dropped; /* packet dropped on receive */
73 __u64 tx_dropped; /* packet dropped on transmit */
74 __u64 rx_noroute; /* no route for packet dest */