table of contents
other versions
- stretch 4.9.168-1
NETDEV_SENT_QUEUE(9) | Network device support | NETDEV_SENT_QUEUE(9) |
NAME¶
netdev_sent_queue - report the number of bytes queued to hardwareSYNOPSIS¶
void netdev_sent_queue(struct net_device * dev, unsigned int bytes);
ARGUMENTS¶
devnetwork device
bytes
number of bytes queued to the hardware device queue
DESCRIPTION¶
Report the number of bytes queued for sending/completion to the network device hardware queue. bytes should be a good approximation and should exactly match netdev_completed_queue bytesCOPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |