Lines Matching defs:rxrpc_ack_summary
688 struct rxrpc_ack_summary { struct
689 u8 ack_reason;
690 u8 nr_acks; /* Number of ACKs in packet */
691 u8 nr_nacks; /* Number of NACKs in packet */
692 u8 nr_new_acks; /* Number of new ACKs in packet */
693 u8 nr_new_nacks; /* Number of new NACKs in packet */
694 u8 nr_rot_new_acks; /* Number of rotated new ACKs */
695 bool new_low_nack; /* T if new low NACK found */
696 bool retrans_timeo; /* T if reTx due to timeout happened */
697 u8 flight_size; /* Number of unreceived transmissions */
699 enum rxrpc_congest_mode mode:8;
700 u8 cwnd;
701 u8 ssthresh;
702 u8 dup_acks;
703 u8 cumulative_acks;