Lines Matching refs:released
285 static void tipc_link_update_cwin(struct tipc_link *l, int released,
1128 static void tipc_link_update_cwin(struct tipc_link *l, int released, in tipc_link_update_cwin() argument
1143 if (unlikely(!released)) { in tipc_link_update_cwin()
1156 l->cong_acks += released; in tipc_link_update_cwin()
1160 l->window = min_t(u16, cwin + released, l->max_win); in tipc_link_update_cwin()
1788 int released = 0; in tipc_link_rcv() local
1817 released += tipc_link_advance_transmq(l, l, msg_ack(hdr), 0, in tipc_link_rcv()
1843 if (released) { in tipc_link_rcv()
1844 tipc_link_update_cwin(l, released, 0); in tipc_link_rcv()
2208 int rc = 0, released; in tipc_link_proto_rcv() local
2322 released = tipc_link_advance_transmq(l, l, ack, gap, ga, xmitq, in tipc_link_proto_rcv()
2326 if (released || retransmitted) in tipc_link_proto_rcv()
2327 tipc_link_update_cwin(l, released, retransmitted); in tipc_link_proto_rcv()
2328 if (released) in tipc_link_proto_rcv()