Searched refs:cc_ack_received (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_input.c | 288 cc_ack_received(struct tcpcb *tp, struct tcphdr *th, uint16_t nsegs, in cc_ack_received() function 1844 cc_ack_received(tp, th, nsegs, CC_ACK); in tcp_do_segment() 2639 cc_ack_received(tp, th, nsegs, in tcp_do_segment() 2719 cc_ack_received(tp, th, nsegs, in tcp_do_segment() 2787 cc_ack_received(tp, th, nsegs, CC_DUPACK); in tcp_do_segment() 3032 cc_ack_received(tp, th, nsegs, CC_ACK); in tcp_do_segment()
|
H A D | tcp_var.h | 1392 void cc_ack_received(struct tcpcb *tp, struct tcphdr *th,
|