Lines Matching full:packets
68 HW timestamping egress packets is supported by the driver.
364 name: rx-packets
366 Number of wire packets successfully received and passed to the stack.
368 of the stack, so packets consumed by XDP are still counted here.
373 doc: Successfully received bytes, see `rx-packets`.
376 name: tx-packets
378 Number of wire packets successfully sent. Packet is considered to be
384 doc: Successfully sent bytes, see `tx-packets`.
396 Number of all packets which entered the device, but never left it,
397 including but not limited to: packets dropped due to lack of buffer
404 Number of packets dropped due to transient lack of resources, such as
409 doc: Number of packets that were marked as CHECKSUM_COMPLETE.
413 doc: Number of packets that were marked as CHECKSUM_UNNECESSARY.
417 doc: Number of packets that were not checksummed by device.
422 Number of packets with bad checksum. The packets are not discarded,
426 name: rx-hw-gro-packets
428 Number of packets that were coalesced from smaller packets by the device.
429 Counts only packets coalesced with the HW-GRO netdevice feature,
430 LRO-coalesced packets are not counted.
434 doc: See `rx-hw-gro-packets`.
437 name: rx-hw-gro-wire-packets
439 Number of packets that were coalesced to bigger packetss with the HW-GRO
440 netdevice feature. LRO-coalesced packets are not counted.
444 doc: See `rx-hw-gro-wire-packets`.
449 Number of the packets dropped by the device due to the received
450 packets bitrate exceeding the device rate limit.
455 Number of packets that arrived at the device but never left it,
456 encompassing packets dropped for reasons such as processing errors, as
462 doc: Number of packets dropped because they were invalid or malformed.
467 Number of packets that did not require the device to calculate the
473 Number of packets that required the device to calculate the checksum.
474 This counter includes the number of GSO wire packets for which device
478 name: tx-hw-gso-packets
480 Number of packets that necessitated segmentation into smaller packets
485 doc: See `tx-hw-gso-packets`.
488 name: tx-hw-gso-wire-packets
490 Number of wire-sized packets generated by processing
491 `tx-hw-gso-packets`
495 doc: See `tx-hw-gso-wire-packets`.
500 Number of the packets dropped by the device due to the transmit
501 packets bitrate exceeding the device rate limit.
506 Number of times driver paused accepting new tx packets
716 - rx-packets
718 - tx-packets