Home
last modified time | relevance | path

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

/net/tipc/
Dlink.c170 u32 rcv_unacked; member
789 state |= l->bc_rcvlink->rcv_unacked; in tipc_link_timeout()
790 state |= l->rcv_unacked; in tipc_link_timeout()
916 l->rcv_unacked = 0; in tipc_link_reset()
1003 l->rcv_unacked = 0; in tipc_link_xmit()
1063 l->rcv_unacked = 0; in tipc_link_advance_backlog()
1477 l->rcv_unacked = 0; in tipc_link_build_state_msg()
1485 l->rcv_unacked = 0; in tipc_link_build_state_msg()
1593 if (unlikely(++l->rcv_unacked >= TIPC_MIN_LINK_WIN)) in tipc_link_rcv()
1665 l->rcv_unacked = 0; in tipc_link_build_proto_msg()
Dsocket.c112 u16 rcv_unacked; member
1690 msg_set_conn_ack(msg, tsk->rcv_unacked); in tipc_sk_send_ack()
1691 tsk->rcv_unacked = 0; in tipc_sk_send_ack()
1862 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen); in tipc_recvmsg()
1863 if (tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE) in tipc_recvmsg()
1962 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen); in tipc_recvstream()
1963 if (unlikely(tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE)) in tipc_recvstream()
3828 i += scnprintf(buf + i, sz - i, " %u", tsk->rcv_unacked); in tipc_sk_dump()