Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dtcp_var.h483 …uint64_t t_rcv_ect1_bytes; /* ECT1 byte counter at the receiver, used for AccECN option f… member
H A Dtcp_input.c1801 tp->t_rcv_ect1_bytes += tlen; in tcp_input_ip_ecn()
1858 tp->t_rcv_ect1_bytes = tp->t_rcv_ect0_bytes = 1; in tcp_input_process_accecn_syn()
1893 tp->t_rcv_ect1_bytes = tp->t_rcv_ect0_bytes = 1; in tcp_input_process_accecn_syn()
3653 tp->t_rcv_ect0_bytes = tp->t_rcv_ect1_bytes = 1; in tcp_input()
H A Dtcp_output.c581 uint32_t e1b = (uint32_t)(tp->t_rcv_ect1_bytes & TCP_ACO_MASK); in tcp_add_accecn_option()