| * TFRC library initialisation |
| * Copyright (c) 2007 The University of Aberdeen, Scotland, UK |
| * Copyright (c) 2007 Arnaldo Carvalho de Melo <acme@redhat.com> |
| #include <linux/moduleparam.h> |
| #ifdef CONFIG_IP_DCCP_TFRC_DEBUG |
| module_param(tfrc_debug, bool, 0644); |
| MODULE_PARM_DESC(tfrc_debug, "Enable TFRC debug messages"); |
| int __init tfrc_lib_init(void) |
| rc = tfrc_tx_packet_history_init(); |
| goto out_free_loss_intervals; |
| rc = tfrc_rx_packet_history_init(); |
| goto out_free_tx_history; |
| tfrc_tx_packet_history_exit(); |
| tfrc_rx_packet_history_exit(); |
| tfrc_tx_packet_history_exit(); |