Searched refs:tfrc_send_packet_sent (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/netinet/
H A Ddccp_cc_sw.c94 tfrc_send_packet_sent, tfrc_send_packet_recv,
H A Ddccp_tfrc.h138 void tfrc_send_packet_sent(void *, int, long);
H A Ddccp_tfrc.c258 tfrc_send_packet_sent(cb, 0, -1);
719 tfrc_send_packet_sent(void *ccb, int moreToSend, long datasize) function
741 panic("TFRC - Packet does not exist in history! (tfrc_send_packet_sent)");
743 panic("TFRC - No unsent packet in history! (tfrc_send_packet_sent)");
767 panic("TFRC - First packet sent is noted as a data packet in tfrc_send_packet_sent\n");
813 panic("tfrc_send_packet_sent: Illegal state!");
977 tfrc_send_packet_sent(cb, 0, -1); /* make sure we schedule next send time */

Completed in 146 milliseconds