Searched refs:sackhole (Results 1 – 3 of 3) sorted by relevance
115 static KALLOC_TYPE_DEFINE(sack_hole_zone, struct sackhole, NET_KT_DEFAULT);237 static struct sackhole *240 struct sackhole *hole; in tcp_sackhole_alloc()268 tcp_sackhole_free(struct tcpcb *tp, struct sackhole *hole) in tcp_sackhole_free()279 static struct sackhole *281 struct sackhole *after) in tcp_sackhole_insert()283 struct sackhole *hole; in tcp_sackhole_insert()310 tcp_sackhole_remove(struct tcpcb *tp, struct sackhole *hole) in tcp_sackhole_remove()330 tcp_sack_detect_reordering(struct tcpcb *tp, struct sackhole *s, in tcp_sack_detect_reordering()419 struct sackhole *cur, *temp; in tcp_sack_doack()[all …]
194 struct sackhole { struct199 TAILQ_ENTRY(sackhole) scblink; /* scoreboard linkage */ argument203 struct sackhole *nexthole;628 TAILQ_HEAD(sackhole_head, sackhole) snd_holes;1890 struct sackhole *tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt);
974 struct sackhole *p; in tcp_output()