Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Ddccp_tcplike.c97 int _chop_cwndvector(struct tcplike_send_ccb *, u_int64_t);
507 if (_chop_cwndvector(cb, lastok-TCPLIKE_NUMDUPACK)) { in tcplike_send_packet_recv()
519 _chop_cwndvector(cb, lastok); in tcplike_send_packet_recv()
809 _chop_cwndvector(struct tcplike_send_ccb *cb, u_int64_t seqnr) in _chop_cwndvector() function