Searched refs:t_snd_ect0_bytes (Results 1 – 3 of 3) sorted by relevance
1771 tp->t_aecn.t_snd_ect1_bytes = tp->t_aecn.t_snd_ect0_bytes = 1; in tcp_input_process_accecn_syn()1806 tp->t_aecn.t_snd_ect1_bytes = tp->t_aecn.t_snd_ect0_bytes = 1; in tcp_input_process_accecn_syn()1841 tp->t_aecn.t_snd_ect1_bytes = tp->t_aecn.t_snd_ect0_bytes = 1; in tcp_input_process_accecn_synack()1995 tp->t_aecn.t_snd_ect1_bytes = tp->t_aecn.t_snd_ect0_bytes = 1; in tcp_input_process_accecn_last_ack()2113 (tp->t_aecn.t_snd_ect0_bytes & TCP_ACO_MASK)) & TCP_ACO_MASK; in tcp_process_accecn_options()2117 tp->t_aecn.t_snd_ect0_bytes += delta; in tcp_process_accecn_options()2148 (tp->t_aecn.t_snd_ect0_bytes & TCP_ACO_MASK)) & TCP_ACO_MASK; in tcp_process_accecn_options()2152 tp->t_aecn.t_snd_ect0_bytes += delta; in tcp_process_accecn_options()
1926 ti->tcpi_delivered_ect0_bytes = tp->t_aecn.t_snd_ect0_bytes ? tp->t_aecn.t_snd_ect0_bytes - 1 : 0; in tcp_fill_info()
407 uint64_t t_snd_ect0_bytes; /* Synced ECT0 byte counter at the sender */ member