Lines Matching refs:released
263 static void tipc_link_update_cwin(struct tipc_link *l, int released,
1106 static void tipc_link_update_cwin(struct tipc_link *l, int released, in tipc_link_update_cwin() argument
1121 if (unlikely(!released)) { in tipc_link_update_cwin()
1134 l->cong_acks += released; in tipc_link_update_cwin()
1138 l->window = min_t(u16, cwin + released, l->max_win); in tipc_link_update_cwin()
1770 int released = 0; in tipc_link_rcv() local
1799 released += tipc_link_advance_transmq(l, l, msg_ack(hdr), 0, in tipc_link_rcv()
1825 if (released) { in tipc_link_rcv()
1826 tipc_link_update_cwin(l, released, 0); in tipc_link_rcv()
2190 int rc = 0, released; in tipc_link_proto_rcv() local
2315 released = tipc_link_advance_transmq(l, l, ack, gap, ga, xmitq, in tipc_link_proto_rcv()
2319 if (released || retransmitted) in tipc_link_proto_rcv()
2320 tipc_link_update_cwin(l, released, retransmitted); in tipc_link_proto_rcv()
2321 if (released) in tipc_link_proto_rcv()