linux/net/dccp/ccids/lib
Gerrit Renker 8995a238ef [TFRC]: Loss interval code needs the macros/inlines that were moved
This moves the inlines (which were previously declared as macros) back into
packet_history.h since the loss detection code needs to be able to read entries
from the RX history in order to create the relevant loss entries: it needs at
least tfrc_rx_hist_loss_prev() and tfrc_rx_hist_last_rcv(), which in turn
require the definition of the other inlines (macros).

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-01-28 14:57:16 -08:00
..
loss_interval.c [TFRC]: New rx history code 2008-01-28 14:56:43 -08:00
loss_interval.h [DCCP] packet_history: convert dccphrx_tstamp to ktime_t 2007-10-10 16:48:14 -07:00
Makefile [TFRC]: Provide central source file and debug facility 2008-01-28 14:56:39 -08:00
packet_history.c [TFRC]: Loss interval code needs the macros/inlines that were moved 2008-01-28 14:57:16 -08:00
packet_history.h [TFRC]: Loss interval code needs the macros/inlines that were moved 2008-01-28 14:57:16 -08:00
tfrc_equation.c [NET] DCCP: Fix whitespace errors. 2007-02-10 23:19:27 -08:00
tfrc.c [TFRC]: Put RX/TX initialisation into tfrc.c 2008-01-28 14:57:15 -08:00
tfrc.h [TFRC]: Provide central source file and debug facility 2008-01-28 14:56:39 -08:00