Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dlink.h195 u32 rcv_unacked; member
Dsocket.c98 uint rcv_unacked; member
1345 (++tsk->rcv_unacked >= TIPC_CONNACK_INTV)) { in tipc_recvmsg()
1346 tipc_sk_send_ack(tsk, tsk->rcv_unacked); in tipc_recvmsg()
1347 tsk->rcv_unacked = 0; in tipc_recvmsg()
1454 if (unlikely(++tsk->rcv_unacked >= TIPC_CONNACK_INTV)) { in tipc_recv_stream()
1455 tipc_sk_send_ack(tsk, tsk->rcv_unacked); in tipc_recv_stream()
1456 tsk->rcv_unacked = 0; in tipc_recv_stream()
Dlink.c471 l_ptr->rcv_unacked = 0; in tipc_link_reset()
733 link->rcv_unacked = 0; in __tipc_link_xmit()
890 link->rcv_unacked = 0; in tipc_link_push_packets()
1154 if (unlikely(++l_ptr->rcv_unacked >= TIPC_MIN_LINK_WIN)) { in tipc_rcv()
1410 l_ptr->rcv_unacked = 0; in tipc_link_proto_xmit()