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

#include <ccid3.h>

Data Fields

u64 tx_x
 
u64 tx_x_recv
 
u32 tx_x_calc
 
u32 tx_rtt
 
u32 tx_p
 
u32 tx_t_rto
 
u32 tx_t_ipi
 
u16 tx_s
 
u8 tx_last_win_count
 
ktime_t tx_t_last_win_count
 
struct timer_list tx_no_feedback_timer
 
ktime_t tx_t_ld
 
ktime_t tx_t_nom
 
struct tfrc_tx_hist_entrytx_hist
 

Detailed Description

struct ccid3_hc_tx_sock - CCID3 sender half-connection socket : Current sending rate in 64 * bytes per second : Receive rate in 64 * bytes per second : Calculated rate in bytes per second : Estimate of current round trip time in usecs : Current loss event rate (0-1) scaled by 1000000 : Packet size in bytes : Nofeedback Timer setting in usecs : Interpacket (send) interval (RFC 3448, 4.6) in usecs : Sender state, one of ccid3_hc_tx_states : Last window counter sent : Timestamp of earliest packet with last_win_count value sent : Handle to no feedback timer : Time last doubled during slow start : Nominal send time of next packet : Packet history

Definition at line 96 of file ccid3.h.

Field Documentation

Definition at line 111 of file ccid3.h.

u8 tx_last_win_count

Definition at line 105 of file ccid3.h.

struct timer_list tx_no_feedback_timer

Definition at line 108 of file ccid3.h.

u32 tx_p

Definition at line 101 of file ccid3.h.

u32 tx_rtt

Definition at line 100 of file ccid3.h.

u16 tx_s

Definition at line 104 of file ccid3.h.

u32 tx_t_ipi

Definition at line 103 of file ccid3.h.

ktime_t tx_t_last_win_count

Definition at line 107 of file ccid3.h.

ktime_t tx_t_ld

Definition at line 109 of file ccid3.h.

ktime_t tx_t_nom

Definition at line 110 of file ccid3.h.

u32 tx_t_rto

Definition at line 102 of file ccid3.h.

u64 tx_x

Definition at line 97 of file ccid3.h.

u32 tx_x_calc

Definition at line 99 of file ccid3.h.

u64 tx_x_recv

Definition at line 98 of file ccid3.h.


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