Searched refs:t_snd_ce_bytes (Results 1 – 4 of 4) sorted by relevance
1842 tp->t_aecn.t_snd_ce_bytes = 0; in tcp_input_process_accecn_synack()1992 tp->t_aecn.t_rcv_ce_bytes = tp->t_aecn.t_snd_ce_bytes = 0; in tcp_input_process_accecn_last_ack()2092 uint64_t d_ceb = tp->t_aecn.t_snd_ce_bytes - old_sceb; in tcp_process_ace_field()2130 (tp->t_aecn.t_snd_ce_bytes & TCP_ACO_MASK)) & TCP_ACO_MASK; in tcp_process_accecn_options()2134 tp->t_aecn.t_snd_ce_bytes += delta; in tcp_process_accecn_options()2168 uint64_t old_sceb = tp->t_aecn.t_snd_ce_bytes; in tcp_process_accecn()
408 uint64_t t_snd_ce_bytes; /* Synced CE byte counter at the sender */ member
1928 ti->tcpi_delivered_ce_bytes = tp->t_aecn.t_snd_ce_bytes; in tcp_fill_info()
829 tp->t_aecn.t_rcv_ce_bytes = tp->t_aecn.t_snd_ce_bytes = 0; in tcp_accecn_synack_respond()