HomeSort by: relevance | last modified time | path
    Searched refs:sackhole (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
tcp_sack.c 164 pool_init(&sackhole_pool, sizeof(struct sackhole), 0, 0, 0,
168 static struct sackhole *
171 struct sackhole *hole;
187 static struct sackhole *
189 struct sackhole *prev)
191 struct sackhole *hole;
207 static struct sackhole *
208 sack_removehole(struct tcpcb *tp, struct sackhole *hole)
210 struct sackhole *next;
247 struct sackhole *cur = NULL
    [all...]
tcp_var.h 199 TAILQ_HEAD(sackhead, sackhole);
200 struct sackhole { struct
205 TAILQ_ENTRY(sackhole) sackhole_q;
865 struct sackhole *tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt);
tcp_output.c 533 struct sackhole *p;

Completed in 15 milliseconds