Searched refs:cc_ack_received (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | tcp_input.c | 289 cc_ack_received(struct tcpcb *tp, struct tcphdr *th, uint16_t nsegs, in cc_ack_received() function 1808 cc_ack_received(tp, th, nsegs, CC_ACK); in tcp_do_segment() 2580 cc_ack_received(tp, th, nsegs, CC_DUPACK); in tcp_do_segment() 2653 cc_ack_received(tp, th, nsegs, CC_DUPACK); in tcp_do_segment() 2717 cc_ack_received(tp, th, nsegs, CC_DUPACK); in tcp_do_segment() 2956 cc_ack_received(tp, th, nsegs, CC_ACK); in tcp_do_segment()
|
| H A D | tcp_var.h | 1416 void cc_ack_received(struct tcpcb *tp, struct tcphdr *th,
|