Searched refs:sackhole (Results 1 – 4 of 4) sorted by relevance
245 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 …]
169 struct sackhole { struct174 TAILQ_ENTRY(sackhole) scblink; /* scoreboard linkage */ argument178 struct sackhole *nexthole;461 TAILQ_HEAD(sackhole_head, sackhole) snd_holes;1636 struct sackhole *tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt);
596 struct sackhole *p; in tcp_output()
566 str_size = (vm_size_t)P2ROUNDUP(sizeof(struct sackhole), sizeof(u_int64_t)); in tcp_init()