netdev_completed_queue (9) Linux Manual Page
netdev_completed_queue – report bytes and packets completed by device Synopsis void netdev_completed_queue(struct net_device *dev, unsigned int pkts, unsigned int bytes); Arguments dev network 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…
