Lines Matching refs:sackhole
464 static struct sackhole *
467 struct sackhole *hole; in tcp_sackhole_alloc()
475 hole = (struct sackhole *)uma_zalloc(V_sack_hole_zone, M_NOWAIT); in tcp_sackhole_alloc()
493 tcp_sackhole_free(struct tcpcb *tp, struct sackhole *hole) in tcp_sackhole_free()
508 static struct sackhole *
510 struct sackhole *after) in tcp_sackhole_insert()
512 struct sackhole *hole; in tcp_sackhole_insert()
536 tcp_sackhole_remove(struct tcpcb *tp, struct sackhole *hole) in tcp_sackhole_remove()
561 struct sackhole *cur, *temp; in tcp_sack_doack()
910 struct sackhole *q; in tcp_free_sackholes()
935 struct sackhole *p; in tcp_resend_sackholes()
956 struct sackhole *temp; in tcp_sack_partialack()
1043 struct sackhole *
1046 struct sackhole *hole = NULL; in tcp_sack_output()
1093 struct sackhole *p, *cur = TAILQ_FIRST(&tp->snd_holes); in tcp_sack_adjust()
1137 struct sackhole *temp; in tcp_sack_lost_retransmission()