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()
1792 int released = 0; in tipc_link_rcv() local
1821 released += tipc_link_advance_transmq(l, l, msg_ack(hdr), 0, in tipc_link_rcv()
1847 if (released) { in tipc_link_rcv()
1848 tipc_link_update_cwin(l, released, 0); in tipc_link_rcv()
2212 int rc = 0, released; in tipc_link_proto_rcv() local
2337 released = tipc_link_advance_transmq(l, l, ack, gap, ga, xmitq, in tipc_link_proto_rcv()
2341 if (released || retransmitted) in tipc_link_proto_rcv()
2342 tipc_link_update_cwin(l, released, retransmitted); in tipc_link_proto_rcv()
2343 if (released) in tipc_link_proto_rcv()