Searched defs:rxrpc_ack_summary (Results 1 – 1 of 1) sorted by relevance
734 struct rxrpc_ack_summary { struct735 u16 nr_acks; /* Number of ACKs in packet */736 u16 nr_new_acks; /* Number of new ACKs in packet */737 u16 nr_new_nacks; /* Number of new nacks in packet */738 u16 nr_retained_nacks; /* Number of nacks retained between ACKs */739 u8 ack_reason;740 bool saw_nacks; /* Saw NACKs in packet */741 bool new_low_nack; /* T if new low NACK found */742 bool retrans_timeo; /* T if reTx due to timeout happened */743 u8 flight_size; /* Number of unreceived transmissions */[all …]