Lines Matching refs:tcplike_send_ccb
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;
215 cb = malloc(sizeof (struct tcplike_send_ccb), M_PCB, M_NOWAIT | M_ZERO);
217 TCPLIKE_DEBUG((LOG_INFO, "Unable to allocate memory for tcplike_send_ccb!\n"));
221 memset(cb, 0, sizeof (struct tcplike_send_ccb));
272 struct tcplike_send_ccb *cb = (struct tcplike_send_ccb *) ccb;
289 struct tcplike_send_ccb *cb = (struct tcplike_send_ccb *) ccb;
322 struct tcplike_send_ccb *cb = (struct tcplike_send_ccb *) ccb;
387 struct tcplike_send_ccb *cb = (struct tcplike_send_ccb *) ccb;
421 struct tcplike_send_ccb *cb = (struct tcplike_send_ccb *) ccb;
662 _cwndvector_size(struct tcplike_send_ccb *cb)
685 _cwndvector_state(struct tcplike_send_ccb *cb, u_int64_t seqnr)
713 _add_to_cwndvector(struct tcplike_send_ccb *cb, u_int64_t seqnr)
773 _remove_from_cwndvector(struct tcplike_send_ccb *cb, u_int64_t seqnr)
809 _chop_cwndvector(struct tcplike_send_ccb *cb, u_int64_t seqnr)