Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_usrreq.c1922 ti->tcpi_received_ce_packets = tp->t_aecn.t_rcv_ce_packets ? tp->t_aecn.t_rcv_ce_packets - 5 : 0; in tcp_fill_info()
H A Dtcp_output.c825 tp->t_aecn.t_rcv_ce_packets = 5; in tcp_accecn_synack_respond()
2294 uint8_t ace = tp->t_aecn.t_rcv_ce_packets & TCP_ACE_MASK; in tcp_output()
H A Dtcp_var.h396 …uint32_t t_rcv_ce_packets; /* Number of CE received packets at the receive… member
H A Dtcp_input.c1720 tp->t_aecn.t_rcv_ce_packets += segment_count; in tcp_input_ip_ecn()
1915 tp->t_aecn.t_rcv_ce_packets = 5; in tcp_input_process_accecn_synack()
1989 tp->t_aecn.t_rcv_ce_packets = 5; in tcp_input_process_accecn_last_ack()