Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_input.c1908 uint64_t d_ceb = tp->t_aecn.t_snd_ce_bytes - old_sceb; in tcp_process_ace_field()
1946 (tp->t_aecn.t_snd_ce_bytes & TCP_ACO_MASK)) & TCP_ACO_MASK; in tcp_process_accecn_options()
1950 tp->t_aecn.t_snd_ce_bytes += delta; in tcp_process_accecn_options()
1984 uint64_t old_sceb = tp->t_aecn.t_snd_ce_bytes; in tcp_process_accecn()
3795 tp->t_aecn.t_snd_ce_bytes = 0; in tcp_input()
H A Dtcp_var.h369 uint64_t t_snd_ce_bytes; /* Synced CE byte counter at the sender */ member
H A Dtcp_usrreq.c1927 ti->tcpi_delivered_ce_bytes = tp->t_aecn.t_snd_ce_bytes; in tcp_fill_info()
H A Dtcp_output.c2152 tp->t_aecn.t_rcv_ce_bytes = tp->t_aecn.t_snd_ce_bytes = 0; in tcp_output()