Searched defs:rxrpc_ack_summary (Results 1 – 1 of 1) sorted by relevance
743 struct rxrpc_ack_summary { struct744 u16 nr_acks; /* Number of ACKs in packet */745 u16 nr_new_acks; /* Number of new ACKs in packet */746 u16 nr_new_nacks; /* Number of new nacks in packet */747 u16 nr_retained_nacks; /* Number of nacks retained between ACKs */748 u8 ack_reason;749 bool saw_nacks; /* Saw NACKs in packet */750 bool new_low_nack; /* T if new low NACK found */751 bool retrans_timeo; /* T if reTx due to timeout happened */752 u8 flight_size; /* Number of unreceived transmissions */[all …]