linux_dsm_epyc7002/net/dccp/ccids/lib
Gerrit Renker 432649916b dccp: Toggle debug output without module unloading
This sets the sysfs permissions so that root can toggle the `debug'
parameter available for nearly every DCCP module. This is useful 
since there are various module inter-dependencies. The debug flag
can now be toggled at runtime using

  echo 1 > /sys/module/dccp/parameters/dccp_debug
  echo 1 > /sys/module/dccp_ccid2/parameters/ccid2_debug
  echo 1 > /sys/module/dccp_ccid3/parameters/ccid3_debug
  echo 1 > /sys/module/dccp_tfrc_lib/parameters/tfrc_debug

The last is not very useful yet, since no code at the moment calls
the tfrc_debug() macro.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2008-09-04 07:45:25 +02:00
..
loss_interval.c dccp ccid-3: Length of loss intervals 2008-07-13 11:51:40 +01:00
loss_interval.h [TFRC]: Remove previous loss intervals implementation 2008-01-28 14:57:20 -08:00
Makefile [TFRC]: Provide central source file and debug facility 2008-01-28 14:56:39 -08:00
packet_history.c dccp ccid-3: Fix a loss detection bug 2008-07-13 11:51:40 +01:00
packet_history.h dccp ccid-3: Fix a loss detection bug 2008-07-13 11:51:40 +01:00
tfrc_equation.c dccp ccid-3: TFRC reverse-lookup Bug-Fix 2008-06-11 11:19:10 +01:00
tfrc.c dccp: Toggle debug output without module unloading 2008-09-04 07:45:25 +02:00
tfrc.h dccp ccid-3: X truncated due to type conversion 2008-06-11 11:19:10 +01:00