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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_sack.c232 * Allocate struct sackhole.
234 static struct sackhole *
237 struct sackhole *hole;
245 hole = (struct sackhole *)zalloc_noblock(sack_hole_zone);
260 * Free struct sackhole.
263 tcp_sackhole_free(struct tcpcb *tp, struct sackhole *hole)
274 static struct sackhole *
276 struct sackhole *after)
278 struct sackhole *hole;
302 tcp_sackhole_remove(struct tcpcb *tp, struct sackhole *hol
[all...]
H A Dtcp_var.h173 struct sackhole { struct
177 TAILQ_ENTRY(sackhole) scblink; /* scoreboard linkage */
181 struct sackhole *nexthole;
364 TAILQ_HEAD(sackhole_head, sackhole) snd_holes;
1196 struct sackhole *tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt);
H A Dtcp_output.c280 struct sackhole *p;
H A Dtcp_subr.c402 str_size = P2ROUNDUP(sizeof(struct sackhole), sizeof(u_int64_t));

Completed in 81 milliseconds