Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dlink.c689 l->rcv_unacked = 0; in tipc_link_reset()
749 l->rcv_unacked = 0; in tipc_link_xmit()
797 l->rcv_unacked = 0; in tipc_link_advance_backlog()
981 l->rcv_unacked = 0; in tipc_link_build_ack_msg()
986 l->rcv_unacked = 0; in tipc_link_build_ack_msg()
1075 if (unlikely(++l->rcv_unacked >= TIPC_MIN_LINK_WIN)) in tipc_link_rcv()
1103 l->rcv_unacked = 0; in tipc_link_proto_xmit()
1147 l->rcv_unacked = 0; in tipc_link_build_proto_msg()
Dlink.h200 u32 rcv_unacked; member
Dsocket.c99 uint rcv_unacked; member
1360 (++tsk->rcv_unacked >= TIPC_CONNACK_INTV)) { in tipc_recvmsg()
1361 tipc_sk_send_ack(tsk, tsk->rcv_unacked); in tipc_recvmsg()
1362 tsk->rcv_unacked = 0; in tipc_recvmsg()
1469 if (unlikely(++tsk->rcv_unacked >= TIPC_CONNACK_INTV)) { in tipc_recv_stream()
1470 tipc_sk_send_ack(tsk, tsk->rcv_unacked); in tipc_recv_stream()
1471 tsk->rcv_unacked = 0; in tipc_recv_stream()