Lines Matching defs:rxrpc_ack_summary
808 struct rxrpc_ack_summary { struct
809 rxrpc_serial_t ack_serial; /* Serial number of ACK */
810 rxrpc_serial_t acked_serial; /* Serial number ACK'd */
811 u16 in_flight; /* Number of unreceived transmissions */
812 u16 nr_new_hacks; /* Number of rotated new ACKs */
813 u16 nr_new_sacks; /* Number of new soft ACKs in packet */
814 u16 nr_new_snacks; /* Number of new soft nacks in packet */
815 u8 ack_reason;
816 bool new_low_snack:1; /* T if new low soft NACK found */
817 bool retrans_timeo:1; /* T if reTx due to timeout happened */
818 bool need_retransmit:1; /* T if we need transmission */
819 bool rtt_sample_avail:1; /* T if RTT sample available */
820 bool in_fast_or_rto_recovery:1;
821 bool exiting_fast_or_rto_recovery:1;
822 bool tlp_probe_acked:1; /* T if the TLP probe seq was acked */
823 u8 /*enum rxrpc_congest_change*/ change;