Searched defs:rxrpc_ack_summary (Results 1 – 1 of 1) sorted by relevance
726 struct rxrpc_ack_summary { struct727 u16 nr_acks; /* Number of ACKs in packet */728 u16 nr_new_acks; /* Number of new ACKs in packet */729 u16 nr_rot_new_acks; /* Number of rotated new ACKs */730 u8 ack_reason;731 bool saw_nacks; /* Saw NACKs in packet */732 bool new_low_nack; /* T if new low NACK found */733 bool retrans_timeo; /* T if reTx due to timeout happened */734 u8 flight_size; /* Number of unreceived transmissions */737 u8 cwnd;[all …]