Lines Matching defs:local
1076 struct mpls_link_stats local;
1082 local = p->stats;
1085 stats->rx_packets += local.rx_packets;
1086 stats->rx_bytes += local.rx_bytes;
1087 stats->tx_packets += local.tx_packets;
1088 stats->tx_bytes += local.tx_bytes;
1089 stats->rx_errors += local.rx_errors;
1090 stats->tx_errors += local.tx_errors;
1091 stats->rx_dropped += local.rx_dropped;
1092 stats->tx_dropped += local.tx_dropped;
1093 stats->rx_noroute += local.rx_noroute;