Searched refs:hole (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_sack.c237 struct sackhole *hole; local
245 hole = (struct sackhole *)zalloc_noblock(sack_hole_zone);
246 if (hole == NULL)
249 hole->start = start;
250 hole->end = end;
251 hole->rxmit = start;
256 return hole;
263 tcp_sackhole_free(struct tcpcb *tp, struct sackhole *hole) argument
265 zfree(sack_hole_zone, hole);
272 * Insert new SACK hole int
278 struct sackhole *hole; local
302 tcp_sackhole_remove(struct tcpcb *tp, struct sackhole *hole) argument
597 struct sackhole *hole = NULL, *dbg_hole = NULL; local
[all...]

Completed in 22 milliseconds