Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
codel_stats Struct Reference

#include <codel.h>

Data Fields

u32 maxpacket
 
u32 drop_count
 
u32 ecn_mark
 

Detailed Description

struct codel_stats - contains codel shared variables and stats : largest packet we've seen so far : temp count of dropped packets in dequeue() ecn_mark: number of packets we ECN marked instead of dropping

Definition at line 153 of file codel.h.

Field Documentation

u32 drop_count

Definition at line 155 of file codel.h.

u32 ecn_mark

Definition at line 156 of file codel.h.

u32 maxpacket

Definition at line 154 of file codel.h.


The documentation for this struct was generated from the following file: