Lines Matching defs:ack
110 * @ackers: # of peers that needs to ack each packet before it can be released
114 * @unacked_window: # of inbound messages rx'd without ack'ing back to peer
145 * @last_gap: last gap ack blocks for bcast (FIXME)
146 * @last_ga: ptr to gap ack blocks
401 u16 ack = snd_l->snd_nxt - 1;
406 tipc_link_bc_ack_rcv(rcv_l, ack, 0, NULL, xmitq, NULL);
1043 u16 ack = l->rcv_nxt - 1;
1086 msg_set_ack(hdr, ack);
1176 u16 ack = l->rcv_nxt - 1;
1201 msg_set_ack(hdr, ack);
1484 gacks[n].ack = htons(expect - 1);
1500 gacks[n].ack = htons(seqno);
1569 u16 ack = l->rcv_nxt - 1;
1614 end = ntohs(last_ga->gacks[si].ack);
1653 msg_set_ack(hdr, ack);
1668 nacked = ntohs(gacks[n].ack);
1709 * Note that sending of broadcast ack is coordinated among nodes, to reduce
1710 * risk of ack storms towards the sender
2208 u16 ack = msg_ack(hdr);
2337 released = tipc_link_advance_transmq(l, l, ack, gap, ga, xmitq,
2362 u16 ack = l->rcv_nxt - 1;
2371 msg_set_bcast_ack(hdr, ack);
2372 msg_set_bcgap_after(hdr, ack);