tcplike_send_ccb
struct tcplike_send_ccb *cb = (struct tcplike_send_ccb *) ccb;
void tcplike_rtt_sample(struct tcplike_send_ccb *cb, u_int16_t sample)
struct tcplike_send_ccb *cb;
cb = malloc(sizeof (struct tcplike_send_ccb), M_PCB, M_NOWAIT | M_ZERO);
memset(cb, 0, sizeof (struct tcplike_send_ccb));
struct tcplike_send_ccb *cb = (struct tcplike_send_ccb *) ccb;
struct tcplike_send_ccb *cb = (struct tcplike_send_ccb *) ccb;
struct tcplike_send_ccb *cb = (struct tcplike_send_ccb *) ccb;
struct tcplike_send_ccb *cb = (struct tcplike_send_ccb *) ccb;
struct tcplike_send_ccb *cb = (struct tcplike_send_ccb *) ccb;
_cwndvector_size(struct tcplike_send_ccb *cb)
_cwndvector_state(struct tcplike_send_ccb *cb, u_int64_t seqnr)
_add_to_cwndvector(struct tcplike_send_ccb *cb, u_int64_t seqnr)
_remove_from_cwndvector(struct tcplike_send_ccb *cb, u_int64_t seqnr)
_chop_cwndvector(struct tcplike_send_ccb *cb, u_int64_t seqnr)
void tcplike_rtt_sample(struct tcplike_send_ccb *, u_int16_t);
void _add_to_cwndvector(struct tcplike_send_ccb *, u_int64_t);
void _remove_from_cwndvector(struct tcplike_send_ccb *, u_int64_t);
int _chop_cwndvector(struct tcplike_send_ccb *, u_int64_t);
int _cwndvector_size(struct tcplike_send_ccb *);
u_char _cwndvector_state(struct tcplike_send_ccb *, u_int64_t);