Searched refs:sackhole (Results 1 – 3 of 3) sorted by relevance
117 static KALLOC_TYPE_DEFINE(sack_hole_zone, struct sackhole, NET_KT_DEFAULT);242 static struct sackhole *245 struct sackhole *hole; in tcp_sackhole_alloc()269 tcp_sackhole_free(struct tcpcb *tp, struct sackhole *hole) in tcp_sackhole_free()280 static struct sackhole *282 struct sackhole *after) in tcp_sackhole_insert()284 struct sackhole *hole; in tcp_sackhole_insert()311 tcp_sackhole_remove(struct tcpcb *tp, struct sackhole *hole) in tcp_sackhole_remove()331 tcp_sack_detect_reordering(struct tcpcb *tp, struct sackhole *s, in tcp_sack_detect_reordering()430 struct sackhole *cur, *temp; in tcp_sack_doack()[all …]
181 struct sackhole { struct186 TAILQ_ENTRY(sackhole) scblink; /* scoreboard linkage */ argument190 struct sackhole *nexthole;596 TAILQ_HEAD(sackhole_head, sackhole) snd_holes;1894 struct sackhole *tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt);
742 struct sackhole *p; in tcp_output()