Searched refs:sackhole (Results 1 – 4 of 4) sorted by relevance
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()903 struct sackhole *q; in tcp_free_sackholes()[all …]
111 struct sackhole { struct115 TAILQ_ENTRY(sackhole) scblink; /* scoreboard linkage */ argument119 struct sackhole *nexthole;419 TAILQ_HEAD(sackhole_head, sackhole) snd_holes;1510 struct sackhole *tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt);
207 struct sackhole *p; in tcp_default_output()
1458 V_sack_hole_zone = uma_zcreate("sackhole", sizeof(struct sackhole), in tcp_vnet_init()