Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_sack.c245 static struct sackhole *
248 struct sackhole *hole; in tcp_sackhole_alloc()
272 tcp_sackhole_free(struct tcpcb *tp, struct sackhole *hole) in tcp_sackhole_free()
283 static struct sackhole *
285 struct sackhole *after) in tcp_sackhole_insert()
287 struct sackhole *hole; in tcp_sackhole_insert()
314 tcp_sackhole_remove(struct tcpcb *tp, struct sackhole *hole) in tcp_sackhole_remove()
334 tcp_sack_detect_reordering(struct tcpcb *tp, struct sackhole *s, in tcp_sack_detect_reordering()
437 struct sackhole *cur, *temp; in tcp_sack_doack()
661 struct sackhole *q; in tcp_free_sackholes()
[all …]
H A Dtcp_var.h169 struct sackhole { struct
174 TAILQ_ENTRY(sackhole) scblink; /* scoreboard linkage */ argument
178 struct sackhole *nexthole;
461 TAILQ_HEAD(sackhole_head, sackhole) snd_holes;
1636 struct sackhole *tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt);
H A Dtcp_output.c596 struct sackhole *p; in tcp_output()
H A Dtcp_subr.c566 str_size = (vm_size_t)P2ROUNDUP(sizeof(struct sackhole), sizeof(u_int64_t)); in tcp_init()