Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dlink.c173 u32 rcv_unacked; member
768 state |= l->bc_rcvlink->rcv_unacked; in tipc_link_timeout()
769 state |= l->rcv_unacked; in tipc_link_timeout()
876 l->rcv_unacked = 0; in tipc_link_reset()
953 l->rcv_unacked = 0; in tipc_link_xmit()
1003 l->rcv_unacked = 0; in tipc_link_advance_backlog()
1205 l->rcv_unacked = 0; in tipc_link_build_state_msg()
1213 l->rcv_unacked = 0; in tipc_link_build_state_msg()
1318 if (unlikely(++l->rcv_unacked >= TIPC_MIN_LINK_WIN)) in tipc_link_rcv()
1387 l->rcv_unacked = 0; in tipc_link_build_proto_msg()
Dsocket.c112 u16 rcv_unacked; member
1636 msg_set_conn_ack(msg, tsk->rcv_unacked); in tipc_sk_send_ack()
1637 tsk->rcv_unacked = 0; in tipc_sk_send_ack()
1786 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen); in tipc_recvmsg()
1787 if (tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE) in tipc_recvmsg()
1885 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen); in tipc_recvstream()
1886 if (unlikely(tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE)) in tipc_recvstream()