Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_input.c1853 tp->t_aecn.t_snd_ect1_bytes = tp->t_aecn.t_snd_ect0_bytes = 1; in tcp_input_process_accecn_syn()
1888 tp->t_aecn.t_snd_ect1_bytes = tp->t_aecn.t_snd_ect0_bytes = 1; in tcp_input_process_accecn_syn()
1934 (tp->t_aecn.t_snd_ect1_bytes & TCP_ACO_MASK)) & TCP_ACO_MASK; in tcp_process_accecn_options()
1938 tp->t_aecn.t_snd_ect1_bytes += delta; in tcp_process_accecn_options()
1955 (tp->t_aecn.t_snd_ect1_bytes & TCP_ACO_MASK)) & TCP_ACO_MASK; in tcp_process_accecn_options()
1959 tp->t_aecn.t_snd_ect1_bytes += delta; in tcp_process_accecn_options()
3732 tp->t_aecn.t_snd_ect1_bytes = tp->t_aecn.t_snd_ect0_bytes = 1; in tcp_input()
H A Dtcp_var.h366 uint64_t t_snd_ect1_bytes; /* Synced ECT1 byte counter at the sender */ member
H A Dtcp_usrreq.c1886 ti->tcpi_delivered_ect1_bytes = tp->t_aecn.t_snd_ect1_bytes - 1; in tcp_fill_info()