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

  /src/sys/netinet/
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_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);

Completed in 91 milliseconds