Lines Matching refs:hard_ack
78 rxrpc_seq_t hard_ack, top, seq;
91 hard_ack = READ_ONCE(call->rx_hard_ack);
93 *_hard_ack = hard_ack;
98 pkt->ack.firstPacket = htonl(hard_ack + 1);
102 pkt->ack.nAcks = top - hard_ack;
107 if (after(top, hard_ack)) {
108 seq = hard_ack + 1;
130 return top - hard_ack + 3;
187 rxrpc_seq_t hard_ack, top;
230 n = rxrpc_fill_out_ack(conn, call, pkt, &hard_ack, &top, reason);