Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_input.c1855 tp->t_aecn.t_snd_ect1_bytes = tp->t_aecn.t_snd_ect0_bytes = 1; in tcp_input_process_accecn_syn()
1890 tp->t_aecn.t_snd_ect1_bytes = tp->t_aecn.t_snd_ect0_bytes = 1; in tcp_input_process_accecn_syn()
1929 (tp->t_aecn.t_snd_ect0_bytes & TCP_ACO_MASK)) & TCP_ACO_MASK; in tcp_process_accecn_options()
1933 tp->t_aecn.t_snd_ect0_bytes += delta; in tcp_process_accecn_options()
1964 (tp->t_aecn.t_snd_ect0_bytes & TCP_ACO_MASK)) & TCP_ACO_MASK; in tcp_process_accecn_options()
1968 tp->t_aecn.t_snd_ect0_bytes += delta; in tcp_process_accecn_options()
3794 tp->t_aecn.t_snd_ect1_bytes = tp->t_aecn.t_snd_ect0_bytes = 1; in tcp_input()
H A Dtcp_var.h368 uint64_t t_snd_ect0_bytes; /* Synced ECT0 byte counter at the sender */ member
H A Dtcp_usrreq.c1925 ti->tcpi_delivered_ect0_bytes = tp->t_aecn.t_snd_ect0_bytes - 1; in tcp_fill_info()