table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
NETDEV_COMPLETED_QUE(9) | Network device support | NETDEV_COMPLETED_QUE(9) |
NAME¶
netdev_completed_queue - report bytes and packets completed by deviceSYNOPSIS¶
void
netdev_completed_queue(struct net_device * dev,
unsigned int pkts,
unsigned int bytes);
ARGUMENTS¶
devnetwork device
pkts
actual number of packets sent over the
medium
bytes
actual number of bytes sent over the
medium
DESCRIPTION¶
Report the number of bytes and packets transmitted by the network device hardware queue over the physical medium, bytes must exactly match the bytes amount passed to netdev_sent_queueCOPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |