Lines Matching refs:released
263 static void tipc_link_update_cwin(struct tipc_link *l, int released,
1104 static void tipc_link_update_cwin(struct tipc_link *l, int released, in tipc_link_update_cwin() argument
1119 if (unlikely(!released)) { in tipc_link_update_cwin()
1132 l->cong_acks += released; in tipc_link_update_cwin()
1136 l->window = min_t(u16, cwin + released, l->max_win); in tipc_link_update_cwin()
1768 int released = 0; in tipc_link_rcv() local
1797 released += tipc_link_advance_transmq(l, l, msg_ack(hdr), 0, in tipc_link_rcv()
1823 if (released) { in tipc_link_rcv()
1824 tipc_link_update_cwin(l, released, 0); in tipc_link_rcv()
2189 int rc = 0, released; in tipc_link_proto_rcv() local
2314 released = tipc_link_advance_transmq(l, l, ack, gap, ga, xmitq, in tipc_link_proto_rcv()
2318 if (released || retransmitted) in tipc_link_proto_rcv()
2319 tipc_link_update_cwin(l, released, retransmitted); in tipc_link_proto_rcv()
2320 if (released) in tipc_link_proto_rcv()