Lines Matching defs:cb

123 	struct tcplike_send_ccb *cb = (struct tcplike_send_ccb *) ccb;  in tcplike_rto_timeout()  local
166 void tcplike_rtt_sample(struct tcplike_send_ccb *cb, u_int16_t sample) in tcplike_rtt_sample()
211 struct tcplike_send_ccb *cb; in tcplike_send_init() local
272 struct tcplike_send_ccb *cb = (struct tcplike_send_ccb *) ccb; in tcplike_send_term() local
289 struct tcplike_send_ccb *cb = (struct tcplike_send_ccb *) ccb; in tcplike_send_free() local
322 struct tcplike_send_ccb *cb = (struct tcplike_send_ccb *) ccb; in tcplike_send_packet() local
387 struct tcplike_send_ccb *cb = (struct tcplike_send_ccb *) ccb; in tcplike_send_packet_sent() local
421 struct tcplike_send_ccb *cb = (struct tcplike_send_ccb *) ccb; in tcplike_send_packet_recv() local
662 _cwndvector_size(struct tcplike_send_ccb *cb) in _cwndvector_size()
685 _cwndvector_state(struct tcplike_send_ccb *cb, u_int64_t seqnr) in _cwndvector_state()
713 _add_to_cwndvector(struct tcplike_send_ccb *cb, u_int64_t seqnr) in _add_to_cwndvector()
773 _remove_from_cwndvector(struct tcplike_send_ccb *cb, u_int64_t seqnr) in _remove_from_cwndvector()
809 _chop_cwndvector(struct tcplike_send_ccb *cb, u_int64_t seqnr) in _chop_cwndvector()
881 struct tcplike_recv_ccb *cb = (struct tcplike_recv_ccb *) ccb; in tcplike_recv_term() local
897 struct tcplike_recv_ccb *cb = (struct tcplike_recv_ccb *) ccb; in tcplike_recv_free() local
927 struct tcplike_recv_ccb *cb = (struct tcplike_recv_ccb *) ccb; in tcplike_recv_packet_recv() local
1011 _avlist_add(struct tcplike_recv_ccb *cb, u_int64_t localseq, u_int64_t ackthru) in _avlist_add()
1034 _avlist_get(struct tcplike_recv_ccb *cb, u_int64_t localseq) in _avlist_get()