Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_output.c2088 uint8_t ace = tp->t_aecn.t_rcv_ce_packets & TCP_ACE_MASK; in tcp_output()
2148 tp->t_aecn.t_rcv_ce_packets = 5; in tcp_output()
H A Dtcp_var.h357 …uint32_t t_rcv_ce_packets; /* Number of CE received packets at the receive… member
H A Dtcp_usrreq.c1921 ti->tcpi_received_ce_packets = tp->t_aecn.t_rcv_ce_packets - 5; in tcp_fill_info()
H A Dtcp_input.c1804 tp->t_aecn.t_rcv_ce_packets += segment_count; in tcp_input_ip_ecn()
3865 tp->t_aecn.t_rcv_ce_packets = 5; in tcp_input()