Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_sack.c872 struct sackhole *sndhole; in tcp_sack_byte_islost() local
881 TAILQ_FOREACH(sndhole, &tp->snd_holes, scblink) { in tcp_sack_byte_islost()
882 sndhole_bytes += (sndhole->end - sndhole->start); in tcp_sack_byte_islost()