Lines Matching defs:sent
576 * held. Return bytes actually sent or error.
585 unsigned int sent, total_sent = 0;
599 kcm_tx_msg(skb_peek(&sk->sk_write_queue))->sent = 0;
608 if (txm->sent) {
614 sent = txm->sent;
630 sent = 0;
660 txm->sent = sent;
678 txm->sent = 0;
685 sent += ret;
704 /* Successfully sent the whole packet, account for it. */
707 sk->sk_wmem_queued -= sent;
708 total_sent += sent;