Lines Matching defs:ack
88 txb->ack.bufferSpace = 0;
89 txb->ack.maxSkew = 0;
90 txb->ack.firstPacket = 0;
91 txb->ack.previousPacket = 0;
92 txb->ack.serial = htonl(serial);
93 txb->ack.reason = ack_reason;
94 txb->ack.nAcks = 0;
114 struct rxrpc_ackpacket *ack = NULL;
144 ack = (void *)ack_skb->data + sizeof(struct rxrpc_wire_header);
149 if (ack->acks[i] & 1)
199 if (ack && ack->reason == RXRPC_ACK_PING_RESPONSE &&
200 before(ntohl(txb->wire.serial), ntohl(ack->serial)))