Searched refs:snd_nxt_new (Results 1 – 1 of 1) sorted by relevance
1494 u64 snd_nxt_new = dfrag->data_seq; in mptcp_update_post_push() local1500 snd_nxt_new += dfrag->already_sent; in mptcp_update_post_push()1511 if (likely(after64(snd_nxt_new, msk->snd_nxt))) { in mptcp_update_post_push()1512 msk->bytes_sent += snd_nxt_new - msk->snd_nxt; in mptcp_update_post_push()1513 msk->snd_nxt = snd_nxt_new; in mptcp_update_post_push()