Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_private.h115 u_int32_t notify_complete_count; member
H A Dtcp_subr.c5263 retid->notify_complete_count = min(TCP_MAX_NOTIFY_ACK, complete); in tcp_get_notify_ack_count()
5274 if (i >= retid->notify_complete_count) { in tcp_get_notify_ack_ids()
H A Dtcp_usrreq.c2984 if (retid.notify_complete_count > 0) { in tcp_ctloutput()