Home
last modified time | relevance | path

Searched refs:t_rcv_ce_bytes (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_output.c615 uint32_t ceb = (uint32_t)(tp->t_aecn.t_rcv_ce_bytes & TCP_ACO_MASK); in tcp_add_accecn_option()
2152 tp->t_aecn.t_rcv_ce_bytes = tp->t_aecn.t_snd_ce_bytes = 0; in tcp_output()
H A Dtcp_var.h366 …uint64_t t_rcv_ce_bytes; /* CE byte counter at the receiver, used for Ac… member
H A Dtcp_usrreq.c1924 ti->tcpi_received_ce_bytes = tp->t_aecn.t_rcv_ce_bytes; in tcp_fill_info()
H A Dtcp_input.c1805 tp->t_aecn.t_rcv_ce_bytes += tlen; in tcp_input_ip_ecn()
3867 tp->t_aecn.t_rcv_ce_bytes = 0; in tcp_input()