Searched refs:sackhole (Results 1 – 4 of 4) sorted by relevance
458 static struct sackhole *461 struct sackhole *hole; in tcp_sackhole_alloc()469 hole = (struct sackhole *)uma_zalloc(V_sack_hole_zone, M_NOWAIT); in tcp_sackhole_alloc()487 tcp_sackhole_free(struct tcpcb *tp, struct sackhole *hole) in tcp_sackhole_free()502 static struct sackhole *504 struct sackhole *after) in tcp_sackhole_insert()506 struct sackhole *hole; in tcp_sackhole_insert()530 tcp_sackhole_remove(struct tcpcb *tp, struct sackhole *hole) in tcp_sackhole_remove()555 struct sackhole *cur, *temp; in tcp_sack_doack()904 struct sackhole *q; in tcp_free_sackholes()[all …]
120 struct sackhole { struct124 TAILQ_ENTRY(sackhole) scblink; /* scoreboard linkage */ argument128 struct sackhole *nexthole;419 TAILQ_HEAD(sackhole_head, sackhole) snd_holes;1534 struct sackhole *tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt);
203 struct sackhole *p; in tcp_default_output()
1463 V_sack_hole_zone = uma_zcreate("sackhole", sizeof(struct sackhole), in tcp_vnet_init()