Searched defs:rxrpc_ackpacket (Results 1 – 1 of 1) sorted by relevance
98 struct rxrpc_ackpacket { struct99 __be16 bufferSpace; /* number of packet buffers available */100 __be16 maxSkew; /* diff between serno being ACK'd and highest serial no102 __be32 firstPacket; /* sequence no of first ACK'd packet in attached list */103 __be32 previousPacket; /* sequence no of previous packet received */104 __be32 serial; /* serial no of packet that prompted this ACK */106 uint8_t reason; /* reason for ACK */117 uint8_t nAcks; /* number of ACKs */120 uint8_t acks[0]; /* list of ACK/NAKs */