Home
last modified time | relevance | path

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

/linux-6.12.1/net/tipc/
Dlink.c183 u32 rcv_unacked; member
841 state |= l->bc_rcvlink->rcv_unacked; in tipc_link_timeout()
842 state |= l->rcv_unacked; in tipc_link_timeout()
988 l->rcv_unacked = 0; in tipc_link_reset()
1076 l->rcv_unacked = 0; in tipc_link_xmit()
1181 l->rcv_unacked = 0; in tipc_link_advance_backlog()
1699 l->rcv_unacked = 0; in tipc_link_build_state_msg()
1706 l->rcv_unacked = 0; in tipc_link_build_state_msg()
1818 if (unlikely(++l->rcv_unacked >= TIPC_MIN_LINK_WIN)) in tipc_link_rcv()
1895 l->rcv_unacked = 0; in tipc_link_build_proto_msg()
Dsocket.c125 u16 rcv_unacked; member
1805 msg_set_conn_ack(msg, tsk->rcv_unacked); in tipc_sk_build_ack()
1806 tsk->rcv_unacked = 0; in tipc_sk_build_ack()
1990 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen); in tipc_recvmsg()
1991 if (tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE) in tipc_recvmsg()
2091 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen); in tipc_recvstream()
2092 if (tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE) in tipc_recvstream()
3980 i += scnprintf(buf + i, sz - i, " %u", tsk->rcv_unacked); in tipc_sk_dump()