Searched defs:rxrpc_ack_summary (Results 1 – 2 of 2) sorted by relevance
682 struct rxrpc_ack_summary { struct683 u8 ack_reason;684 u8 nr_acks; /* Number of ACKs in packet */685 u8 nr_nacks; /* Number of NACKs in packet */686 u8 nr_new_acks; /* Number of new ACKs in packet */687 u8 nr_new_nacks; /* Number of new NACKs in packet */688 u8 nr_rot_new_acks; /* Number of rotated new ACKs */689 bool new_low_nack; /* T if new low NACK found */690 bool retrans_timeo; /* T if reTx due to timeout happened */691 u8 flight_size; /* Number of unreceived transmissions */[all …]
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 …]