Home
last modified time | relevance | path

Searched refs:snd_nxt_new (Results 1 – 1 of 1) sorted by relevance

/net/mptcp/
Dprotocol.c1524 u64 snd_nxt_new = dfrag->data_seq; in mptcp_update_post_push() local
1531 snd_nxt_new += dfrag->already_sent; in mptcp_update_post_push()
1542 if (likely(after64(snd_nxt_new, msk->snd_nxt))) in mptcp_update_post_push()
1543 msk->snd_nxt = snd_nxt_new; in mptcp_update_post_push()