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

  /src/sys/netinet/
tcp_congctl.c 206 static void tcp_newreno_newack(struct tcpcb *, const struct tcphdr *);
773 tcp_newreno_newack(struct tcpcb *tp, const struct tcphdr *th) function in typeref:typename:void
789 .newack = tcp_newreno_newack,
958 tcp_newreno_newack(tp, th);
tcp_congctl.c 206 static void tcp_newreno_newack(struct tcpcb *, const struct tcphdr *);
773 tcp_newreno_newack(struct tcpcb *tp, const struct tcphdr *th) function in typeref:typename:void
789 .newack = tcp_newreno_newack,
958 tcp_newreno_newack(tp, th);

Completed in 27 milliseconds