Home
last modified time | relevance | path

Searched refs:sackhole (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_sack.c464 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 …]
H A Dtcp_var.h111 struct sackhole { struct
115 TAILQ_ENTRY(sackhole) scblink; /* scoreboard linkage */ argument
119 struct sackhole *nexthole;
419 TAILQ_HEAD(sackhole_head, sackhole) snd_holes;
1510 struct sackhole *tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt);
H A Dtcp_output.c207 struct sackhole *p; in tcp_default_output()
H A Dtcp_subr.c1458 V_sack_hole_zone = uma_zcreate("sackhole", sizeof(struct sackhole), in tcp_vnet_init()