Send any packets queued up for transmission on a tx queue This causes an explicit flush of packets previously buffered via the tx() method. It returns the number of packets successfully sent to the NIC, and, if there are some unsent packets, returns an iterator to these packets.
(
&mut self,
txq: &mut TxQ<'pool>,
)
source not stored for this graph (policy: none)
no test coverage detected