Searched refs:snd_nxt_new (Results 1 – 1 of 1) sorted by relevance
1513 u64 snd_nxt_new = dfrag->data_seq; in mptcp_update_post_push() local1519 snd_nxt_new += dfrag->already_sent; in mptcp_update_post_push()1530 if (likely(after64(snd_nxt_new, msk->snd_nxt))) in mptcp_update_post_push()1531 msk->snd_nxt = snd_nxt_new; in mptcp_update_post_push()