Searched refs:snd_nxt_new (Results 1 – 1 of 1) sorted by relevance
1507 u64 snd_nxt_new = dfrag->data_seq; in mptcp_update_post_push() local1513 snd_nxt_new += dfrag->already_sent; in mptcp_update_post_push()1524 if (likely(after64(snd_nxt_new, msk->snd_nxt))) { in mptcp_update_post_push()1525 msk->bytes_sent += snd_nxt_new - msk->snd_nxt; in mptcp_update_post_push()1526 msk->snd_nxt = snd_nxt_new; in mptcp_update_post_push()