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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_sack.c239 struct sackhole *hole; local
247 hole = (struct sackhole *)zalloc(sack_hole_zone);
248 if (hole == NULL)
251 hole->start = start;
252 hole->end = end;
253 hole->rxmit = start;
258 return hole;
265 tcp_sackhole_free(struct tcpcb *tp, struct sackhole *hole) argument
267 zfree(sack_hole_zone, hole);
274 * Insert new SACK hole int
280 struct sackhole *hole; local
304 tcp_sackhole_remove(struct tcpcb *tp, struct sackhole *hole) argument
701 struct sackhole *hole = NULL, *dbg_hole = NULL; local
[all...]

Completed in 21 milliseconds