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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_sack.c230 struct sackhole *hole; local
238 hole = (struct sackhole *)zalloc_noblock(sack_hole_zone);
239 if (hole == NULL)
242 hole->start = start;
243 hole->end = end;
244 hole->rxmit = start;
249 return hole;
256 tcp_sackhole_free(struct tcpcb *tp, struct sackhole *hole) argument
258 zfree(sack_hole_zone, hole);
265 * Insert new SACK hole int
271 struct sackhole *hole; local
295 tcp_sackhole_remove(struct tcpcb *tp, struct sackhole *hole) argument
584 struct sackhole *hole = NULL, *dbg_hole = NULL; local
[all...]

Completed in 18 milliseconds