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