Name

netdev_sent_queue — report the number of bytes queued to hardware

Synopsis

void netdev_sent_queue (struct net_device * dev,
 unsigned int bytes);
 

Arguments

struct net_device * dev

network device

unsigned int 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 bytes