Home
last modified time | relevance | path

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

/linux-6.1.9/net/mptcp/
Dprotocol.c1024 if (unlikely(delta > dfrag->already_sent)) { in __mptcp_clean_una()
1029 dfrag->already_sent += delta - dfrag->already_sent; in __mptcp_clean_una()
1035 dfrag->already_sent -= delta; in __mptcp_clean_una()
1111 dfrag->already_sent = 0; in mptcp_carve_data_frag()
1515 dfrag->already_sent += sent; in mptcp_update_post_push()
1519 snd_nxt_new += dfrag->already_sent; in mptcp_update_post_push()
1552 info.sent = dfrag->already_sent; in __mptcp_push_pending()
1554 len = dfrag->data_len - dfrag->already_sent; in __mptcp_push_pending()
1618 info.sent = dfrag->already_sent; in __mptcp_subflow_push_pending()
1620 len = dfrag->data_len - dfrag->already_sent; in __mptcp_subflow_push_pending()
[all …]
Dprotocol.h245 u16 already_sent; member