original_kernel/net/dccp
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
..
ccids [TFRC]: Loss interval code needs the macros/inlines that were moved 2008-01-28 14:57:16 -08:00
Kconfig [DCCP]: Promote CCID2 as default CCID 2008-01-28 14:54:46 -08:00
Makefile
ackvec.c [ACKVEC]: Reduce length of identifiers 2008-01-28 14:54:51 -08:00
ackvec.h [ACKVEC]: Reduce length of identifiers 2008-01-28 14:54:51 -08:00
ccid.c
ccid.h
dccp.h [DCCP]: Introduce generic function to test for `data packets' 2008-01-28 14:56:40 -08:00
diag.c
feat.c
feat.h
input.c [DCCP]: Remove duplicate test for CloseReq 2008-01-28 14:55:14 -08:00
ipv4.c
ipv6.c
ipv6.h
minisocks.c
options.c [DCCP]: Ignore Ack Vectors / Elapsed Time on DCCP-Request also 2008-01-28 14:54:47 -08:00
output.c [DCCP]: Use AF-independent rebuild_header routine 2008-01-28 14:55:12 -08:00
probe.c
proto.c [DCCP]: Integrate state transitions for passive-close 2008-01-28 14:55:13 -08:00
sysctl.c
timer.c