Searched refs:CC_DUPACK (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/netinet/cc/ |
| H A D | cc.h | 120 CC_DUPACK = 0x0002, /* Duplicate ACK. */ enumerator
|
| H A D | cc_dctcp.c | 128 if (type == CC_DUPACK) in dctcp_ack_received()
|
| /freebsd/sys/netinet/ |
| H A D | tcp_input.c | 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()
|