Definition at line 29 of file throttle.c.
Data Fields | |
| struct throttle * | next |
| struct throttle * | prev |
| char * | buf |
| int | len |
| int | idx |
| int | bytes_in |
| int | bytes_out |
| int | speed_in |
| int | speed_out |
struct throttle* throttle::next [read] |
Definition at line 30 of file throttle.c.
Referenced by throttle_add(), throttle_lookup(), throttle_remove(), and throttle_secondly().
struct throttle * throttle::prev [read] |
| char* throttle::buf |
Definition at line 31 of file throttle.c.
Referenced by throttle_off(), throttle_on_write(), throttle_secondly(), and throttle_set().
| int throttle::len |
Definition at line 32 of file throttle.c.
Referenced by throttle_off(), throttle_on_write(), throttle_on_written(), throttle_secondly(), and throttle_set().
| int throttle::idx |
Definition at line 33 of file throttle.c.
Referenced by throttle_lookup(), throttle_on(), and throttle_secondly().
Definition at line 34 of file throttle.c.
Referenced by throttle_on_read(), and throttle_secondly().
Definition at line 34 of file throttle.c.
Definition at line 35 of file throttle.c.
Referenced by throttle_on_read(), throttle_secondly(), and throttle_set().
Definition at line 35 of file throttle.c.
Referenced by throttle_on_write(), throttle_secondly(), and throttle_set().
1.5.6