Home
last modified time | relevance | path

Searched refs:tcp_newreno_partial_ack (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/netinet/
HDtcp_var.h755 void tcp_newreno_partial_ack(struct tcpcb *, struct tcphdr *);
HDtcp_input.c2703 tcp_newreno_partial_ack(tp, th); in tcp_do_segment()
3789 tcp_newreno_partial_ack(struct tcpcb *tp, struct tcphdr *th) in tcp_newreno_partial_ack() function
/NextBSD/sys/netinet/tcp_stacks/
HDfastpath.c1235 tcp_newreno_partial_ack(tp, th); in tcp_do_slowpath()