Searched defs:mpls_link_stats (Results 1 – 5 of 5) sorted by relevance
49 struct mpls_link_stats { struct50 __u64 rx_packets;51 __u64 tx_packets;52 __u64 rx_bytes;53 __u64 tx_bytes;54 __u64 rx_errors;55 __u64 tx_errors;56 __u64 rx_dropped;57 __u64 tx_dropped;58 __u64 rx_noroute;
36 struct mpls_link_stats { struct37 __u64 rx_packets;38 __u64 tx_packets;39 __u64 rx_bytes;40 __u64 tx_bytes;41 __u64 rx_errors;42 __u64 tx_errors;43 __u64 rx_dropped;44 __u64 tx_dropped;45 __u64 rx_noroute;
65 struct mpls_link_stats { struct66 __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 */