Lines Matching defs:packets
248 * packets. We can use ethtool to change UDP hash level when necessary.
535 /* If VF is present and up then redirect packets to it.
860 /* Incoming packets may have IP header checksum verified by the host.
936 rx_stats->packets++;
1334 u64 packets, bytes;
1340 packets = stats->packets;
1345 this_tot->tx_packets += packets;
1350 packets = stats->packets;
1355 this_tot->rx_packets += packets;
1385 u64 packets, bytes, multicast;
1391 packets = stats->packets;
1396 t->tx_packets += packets;
1401 packets = stats->packets;
1407 t->rx_packets += packets;
1490 /* statistics per queue (rx/tx packets/bytes) */
1493 /* 5 statistics per queue (rx/tx packets/bytes, rx xdp_drop) */
1525 u64 packets, bytes;
1544 packets = qstats->packets;
1547 data[i++] = packets;
1553 packets = qstats->packets;
1557 data[i++] = packets;