Searched refs:t_rcv_ect0_bytes (Results 1 – 4 of 4) sorted by relevance
1717 tp->t_aecn.t_rcv_ect0_bytes += tlen; in tcp_input_ip_ecn()1770 tp->t_aecn.t_rcv_ect1_bytes = tp->t_aecn.t_rcv_ect0_bytes = 1; in tcp_input_process_accecn_syn()1805 tp->t_aecn.t_rcv_ect1_bytes = tp->t_aecn.t_rcv_ect0_bytes = 1; in tcp_input_process_accecn_syn()1916 tp->t_aecn.t_rcv_ect0_bytes = tp->t_aecn.t_rcv_ect1_bytes = 1; in tcp_input_process_accecn_synack()1994 tp->t_aecn.t_rcv_ect1_bytes = tp->t_aecn.t_rcv_ect0_bytes = 1; in tcp_input_process_accecn_last_ack()
1923 ti->tcpi_received_ect0_bytes = tp->t_aecn.t_rcv_ect0_bytes ? tp->t_aecn.t_rcv_ect0_bytes - 1 : 0; in tcp_fill_info()
404 …uint64_t t_rcv_ect0_bytes; /* ECT0 byte counter at the receiver, used for … member
574 uint32_t e0b = (uint32_t)(tp->t_aecn.t_rcv_ect0_bytes & TCP_ACO_MASK); in tcp_add_accecn_option()