Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_input.c1903 (tp->t_aecn.t_snd_ce_packets & TCP_ACE_MASK)) & TCP_ACE_MASK; in tcp_process_ace_field()
1987 tp->t_aecn.t_snd_ce_packets += delta; in tcp_process_accecn()
2003 tp->t_ecn_capable_packets_marked = tp->t_aecn.t_snd_ce_packets - 5; in tcp_process_accecn()
3793 tp->t_aecn.t_snd_ce_packets = 5; in tcp_input()
4722 tp->t_aecn.t_snd_ce_packets = 5; in tcp_input()
4732 tp->t_aecn.t_snd_ce_packets = 5; in tcp_input()
4743 tp->t_aecn.t_snd_ce_packets = 6; in tcp_input()
4773 tp->t_aecn.t_snd_ce_packets = 5; in tcp_input()
4787 tp->t_aecn.t_snd_ce_packets = 5; in tcp_input()
H A Dtcp_var.h358 …uint32_t t_snd_ce_packets; /* Synced number of CE received feedback at the… member
H A Dtcp_output.c2149 tp->t_aecn.t_snd_ce_packets = 5; in tcp_output()