Home
last modified time | relevance | path

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

/Linux-v5.15/net/mptcp/
Dprotocol.c1082 if (unlikely(delta > dfrag->already_sent)) { in __mptcp_clean_una()
1087 dfrag->already_sent += delta - dfrag->already_sent; in __mptcp_clean_una()
1093 dfrag->already_sent -= delta; in __mptcp_clean_una()
1173 dfrag->already_sent = 0; in mptcp_carve_data_frag()
1519 info.sent = dfrag->already_sent; in __mptcp_push_pending()
1521 len = dfrag->data_len - dfrag->already_sent; in __mptcp_push_pending()
1551 dfrag->already_sent += ret; in __mptcp_push_pending()
1586 info.sent = dfrag->already_sent; in __mptcp_subflow_push_pending()
1588 len = dfrag->data_len - dfrag->already_sent; in __mptcp_subflow_push_pending()
1609 dfrag->already_sent += ret; in __mptcp_subflow_push_pending()
[all …]
Dprotocol.h215 u16 already_sent; member