Home
last modified time | relevance | path

Searched refs:t_rcv_ect1_bytes (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/netinet/ !
H A Dtcp_output.c567 uint32_t e1b = (uint32_t)(tp->t_rcv_ect1_bytes & TCP_ACO_MASK); in tcp_add_accecn_option()
1981 tp->t_rcv_ect1_bytes = tp->t_rcv_ect0_bytes = 1; in tcp_output()
H A Dtcp_var.h471 …uint64_t t_rcv_ect1_bytes; /* ECT1 byte counter at the receiver, used for AccECN option f… member
H A Dtcp_input.c1850 tp->t_rcv_ect1_bytes += tlen; in tcp_input_ip_ecn()
3698 tp->t_rcv_ect0_bytes = tp->t_rcv_ect1_bytes = 1; in tcp_input()