Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
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 */
/external/iproute2/include/uapi/linux/
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 */