Home
last modified time | relevance | path

Searched defs:rxrpc_ackpacket (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/net/rxrpc/
Dprotocol.h111 struct rxrpc_ackpacket { struct
112 __be16 bufferSpace; /* number of packet buffers available */
113 __be16 maxSkew; /* diff between serno being ACK'd and highest serial no
115 __be32 firstPacket; /* sequence no of first ACK'd packet in attached list */
116 __be32 previousPacket; /* sequence no of previous packet received */
117 __be32 serial; /* serial no of packet that prompted this ACK */
119 uint8_t reason; /* reason for ACK */
131 uint8_t nAcks; /* number of ACKs */
134 uint8_t acks[]; /* list of ACK/NAKs */