Lines Matching defs:packets
487 /* If VF is present and up then redirect packets to it.
833 /* Incoming packets may have IP header checksum verified by the host.
921 rx_stats->packets++;
1320 u64 packets, bytes;
1326 packets = tx_stats->packets;
1331 this_tot->tx_packets += packets;
1336 packets = rx_stats->packets;
1341 this_tot->rx_packets += packets;
1372 u64 packets, bytes, multicast;
1378 packets = tx_stats->packets;
1383 t->tx_packets += packets;
1388 packets = rx_stats->packets;
1394 t->rx_packets += packets;
1477 /* statistics per queue (rx/tx packets/bytes) */
1480 /* 8 statistics per queue (rx/tx packets/bytes, XDP actions) */
1513 u64 packets, bytes;
1535 packets = tx_stats->packets;
1539 data[i++] = packets;
1546 packets = rx_stats->packets;
1552 data[i++] = packets;