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

/darwin-on-arm/xnu/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.h156 struct sackhole { struct
160 TAILQ_ENTRY(sackhole) scblink; /* scoreboard linkage */
164 struct sackhole *nexthole;
340 TAILQ_HEAD(sackhole_head, sackhole) snd_holes;
1049 struct sackhole *tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt);
H A Dtcp_output.c284 struct sackhole *p;
H A Dtcp_subr.c383 str_size = P2ROUNDUP(sizeof(struct sackhole), sizeof(u_int64_t));

Completed in 30 milliseconds