Searched refs:snd_holes (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/netinet/
H A Dtcp_timer.c188 q = tp->snd_holes;
194 tp->snd_holes = 0;
H A Dtcp_output.c114 struct sackhole *p = tp->snd_holes;
138 p = tp->snd_holes;
165 struct sackhole *cur = tp->snd_holes;
H A Dtcp_input.c2398 * Process the TCP SACK option. tp->snd_holes is an ordered list
2447 if (tp->snd_holes == NULL) { /* first hole */
2448 tp->snd_holes = (struct sackhole *)
2450 if (tp->snd_holes == NULL) {
2454 cur = tp->snd_holes;
2472 p = cur = tp->snd_holes;
2499 tp->snd_holes = p;
2594 struct sackhole *cur = tp->snd_holes;
2609 tp->snd_holes = cur;
H A Dtcp_var.h125 struct sackhole *snd_holes; /* linked list of holes (sorted) */ member in struct:tcpcb
H A Dtcp_subr.c523 q = p = tp->snd_holes;

Completed in 97 milliseconds