Lines Matching defs:rxrpc_ack_summary
682 struct rxrpc_ack_summary { struct
683 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 */
693 enum rxrpc_congest_mode mode:8;
694 u8 cwnd;
695 u8 ssthresh;
696 u8 dup_acks;
697 u8 cumulative_acks;