HomeSort by: relevance | last modified time | path
    Searched refs:tcplike_send_ccb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
dccp_tcplike.c 94 void tcplike_rtt_sample(struct tcplike_send_ccb *, u_int16_t);
95 void _add_to_cwndvector(struct tcplike_send_ccb *, u_int64_t);
96 void _remove_from_cwndvector(struct tcplike_send_ccb *, u_int64_t);
97 int _chop_cwndvector(struct tcplike_send_ccb *, u_int64_t);
98 int _cwndvector_size(struct tcplike_send_ccb *);
99 u_char _cwndvector_state(struct tcplike_send_ccb *, u_int64_t);
123 struct tcplike_send_ccb *cb = (struct tcplike_send_ccb *) ccb;
166 void tcplike_rtt_sample(struct tcplike_send_ccb *cb, u_int16_t sample)
211 struct tcplike_send_ccb *cb
    [all...]
dccp_tcplike.h 51 struct tcplike_send_ccb struct
94 * returns: pointer to a tcplike_send_ccb struct on success, otherwise 0

Completed in 33 milliseconds