Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_subr.c5128 tp->t_notify_ack_count++; in tcp_add_notify_ack_marker()
5146 tp->t_notify_ack_count = 0; in tcp_notify_ack_free()
5175 retid->notify_pending = tp->t_notify_ack_count - complete; in tcp_get_notify_ack_count()
5195 tp->t_notify_ack_count--; in tcp_get_notify_ack_ids()
H A Dtcp_var.h631 u_int8_t t_notify_ack_count; member
H A Dtcp_usrreq.c2763 if (tp->t_notify_ack_count >= TCP_MAX_NOTIFY_ACK) { in tcp_ctloutput()