/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
H A D | netem.json | 109 "name": "Create NETEM with distribution and loss flag", 119 …est": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution pareto loss 1%", 122 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms 10ms loss 1%", 130 "name": "Create NETEM with distribution and loss state flag", 140 …qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution paretonormal loss state 1", 143 …"matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms 10ms loss state p13 1% p31 99% p… 151 "name": "Create NETEM with loss gemodel flag", 161 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem loss gemodel 1%", 164 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*loss gemodel p 1%", 256 "name": "Change NETEM with loss state", [all …]
|
/linux/net/dccp/ccids/lib/ |
H A D | loss_interval.c |
|
H A D | loss_interval.h |
|
H A D | packet_history.c |
|
H A D | packet_history.h |
|
/linux/drivers/atm/ |
H A D | suni.h | 124 #define SUNI_MCT_LCDV 0x40 /* R, loss of cell delineation */ 125 #define SUNI_MCT_LCDE 0x80 /* RW, loss of cell delineation 130 #define SUNI_RSOP_CIE_LOFE 0x02 /* RW, enable interrupt on loss of 132 #define SUNI_RSOP_CIE_LOSE 0x04 /* RW, enable interrupt on loss of 142 #define SUNI_RSOP_SIS_LOFV 0x02 /* R, loss of frame */ 143 #define SUNI_RSOP_SIS_LOSV 0x04 /* R, loss of signal */ 145 #define SUNI_RSOP_SIS_LOFI 0x10 /* R, loss of frame interrupt */ 146 #define SUNI_RSOP_SIS_LOSI 0x20 /* R, loss of signal interrupt */ 156 #define SUNI_TSOP_DIAG_DLOS 0x04 /* set line to zero (loss of signal) */
|
/linux/net/sched/ |
H A D | sch_netem.c | 46 normal, Pareto, or experimental curves. Packet loss, 54 Correlated Loss Generator models 56 Added generation of correlated loss according to the 62 and intuitive loss model for packet networks and its implementation 92 u32 loss; member 136 /* Correlated Loss Generation models */ 206 /* loss_4state - 4-state model loss generator 208 * the GI (General and Intuitive) loss model. 265 /* loss_gilb_ell - Gilbert-Elliot model loss generator 266 * Generates losses according to the Gilbert-Elliot loss model or [all …]
|
/linux/arch/m68k/fpsp040/ |
H A D | README | 19 (INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS 20 PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR 21 OTHER PECUNIARY LOSS) ARISING OF THE USE OR INABILITY TO USE THE
|
/linux/tools/mm/ |
H A D | slabinfo-gnuplot.sh | 95 '' $range u 3 title 'LOSS' with boxes 120 '$i Loss' with lines," 149 # use only 'TOP' slab (biggest memory usage or loss) 151 out=`basename "$in"`"-slabs-by-loss" 152 `cat "$in" | grep -A "$lines" 'Slabs sorted by loss' |\
|
/linux/drivers/media/dvb-core/ |
H A D | Kconfig | 59 bool "Enable DVB demux section packet loss log" 62 Enable extra log messages meant to detect packet loss 75 handling DVB network ULE packet loss inside the Kernel.
|
/linux/net/dccp/ccids/ |
H A D | ccid3.h |
|
H A D | ccid3.c |
|
/linux/Documentation/driver-api/md/ |
H A D | raid5-cache.rst | 41 doesn't cause data loss. Of course cache disk failure means the array is 64 data loss. 67 the same data stored on cache disk, so a power loss doesn't cause data loss.
|
/linux/net/ipv4/ |
H A D | Kconfig | 555 window. TCP Vegas should provide less packet loss, but it is 569 when there is packet loss) due to fairness issues. One scenario when they 598 distinguishing to circumvent the difficult judgment of the packet loss 600 loss packets. 609 algorithm, which uses a mixed loss/delay approach to compute the 611 internal, RTT and Reno fairness, resilience to link loss while 659 o Coexist with flows that use loss-based congestion control. 660 o Tolerate packet loss unrelated to congestion. 675 delay. It tolerates packet loss and delay unrelated to congestion. It 677 coexist with flows that use loss [all...] |
H A D | tcp_rate.c | 53 * because the latter is a guess based on RTO and loss-marking in tcp_rate_skb_sent() 54 * heuristics. We don't want spurious RTOs or loss markings to cause in tcp_rate_skb_sent() 137 * in recovery from loss with SACK reneging. Rate samples taken during in tcp_rate_gen() 170 * measuring the delivery rate during loss recovery is crucial in tcp_rate_gen()
|
/linux/arch/m68k/ifpsp060/ |
H A D | README | 18 (INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, 19 BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR OTHER PECUNIARY LOSS)
|
H A D | CHANGES | 18 (INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, 19 BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR OTHER PECUNIARY LOSS)
|
/linux/tools/testing/selftests/net/rds/ |
H A D | test.py | 76 parser.add_argument('-l', '--loss', help="Simulate tcp packet loss", 84 packet_loss=str(args.loss)+'%' 129 # simulate packet loss, duplication and corruption 132 corrupt {packet_corruption} loss {packet_loss} duplicate \
|
H A D | README.txt | 6 network is provisioned with optional probability of packet loss or 20 -l Simulates a percentage of packet loss
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-fcoe | 39 Device loss timeout period (see below). Changing 126 dev_loss_tmo: The device loss timeout period for this FCF. 128 Notes: A device loss infrastructure similar to the FC Transport's
|
/linux/arch/powerpc/kernel/ |
H A D | idle_book3s.S | 44 * A wakeup without GPR loss may alteratively be handled as in 57 * in the case of no GPR loss the wakeup code branches directly back to 151 * A wakeup without GPR loss may alteratively be handled as in 165 * in the case of no GPR loss the wakeup code branches directly back to
|
/linux/arch/x86/include/asm/ |
H A D | acenv.h | 18 * It is required to prevent data loss. 22 * sleep state and cannot lead to data loss.
|
/linux/net/rxrpc/ |
H A D | Kconfig | 34 bool "Inject packet loss into RxRPC packet stream" 36 Say Y here to inject packet loss by discarding some received and some
|
/linux/tools/power/cpupower/bench/ |
H A D | README-BENCH | 7 - Identify worst case performance loss when doing dynamic frequency 61 on full performance and you get the overall performance loss. 80 trigger of the cpufreq-bench, you will see no performance loss (compare with
|
/linux/include/linux/ |
H A D | tfrc.h |
|