Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_sack.c458 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 …]
H A Dtcp_var.h120 struct sackhole { struct
124 TAILQ_ENTRY(sackhole) scblink; /* scoreboard linkage */ argument
128 struct sackhole *nexthole;
419 TAILQ_HEAD(sackhole_head, sackhole) snd_holes;
1534 struct sackhole *tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt);
H A Dtcp_output.c203 struct sackhole *p; in tcp_default_output()
H A Dtcp_subr.c1463 V_sack_hole_zone = uma_zcreate("sackhole", sizeof(struct sackhole), in tcp_vnet_init()