Lines Matching refs:sent
1183 u16 sent; member
1280 u64 data_seq = dfrag->data_seq + info->sent; in mptcp_sendmsg_frag()
1281 int offset = dfrag->offset + info->sent; in mptcp_sendmsg_frag()
1292 msk, ssk, dfrag->data_seq, dfrag->data_len, info->sent); in mptcp_sendmsg_frag()
1294 if (WARN_ON_ONCE(info->sent > info->limit || in mptcp_sendmsg_frag()
1350 copy = min_t(size_t, copy, info->limit - info->sent); in mptcp_sendmsg_frag()
1522 u32 sent) in mptcp_update_post_push() argument
1526 dfrag->already_sent += sent; in mptcp_update_post_push()
1528 msk->snd_burst -= sent; in mptcp_update_post_push()
1529 msk->tx_pending_data -= sent; in mptcp_update_post_push()
1557 info.sent = dfrag->already_sent; in __mptcp_push_pending()
1588 info.sent += ret; in __mptcp_push_pending()
1622 info.sent = dfrag->already_sent; in __mptcp_subflow_push_pending()
1645 info.sent += ret; in __mptcp_subflow_push_pending()
2407 info.sent = 0; in __mptcp_retrans()
2409 while (info.sent < info.limit) { in __mptcp_retrans()
2416 info.sent += ret; in __mptcp_retrans()
2419 dfrag->already_sent = max(dfrag->already_sent, info.sent); in __mptcp_retrans()