Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
tcp_vegas.h File Reference

Go to the source code of this file.

Data Structures

struct  vegas
 

Functions

void tcp_vegas_init (struct sock *sk)
 
void tcp_vegas_state (struct sock *sk, u8 ca_state)
 
void tcp_vegas_pkts_acked (struct sock *sk, u32 cnt, s32 rtt_us)
 
void tcp_vegas_cwnd_event (struct sock *sk, enum tcp_ca_event event)
 
void tcp_vegas_get_info (struct sock *sk, u32 ext, struct sk_buff *skb)
 

Function Documentation

void tcp_vegas_cwnd_event ( struct sock sk,
enum tcp_ca_event  event 
)

Definition at line 153 of file tcp_vegas.c.

void tcp_vegas_get_info ( struct sock sk,
u32  ext,
struct sk_buff skb 
)

Definition at line 291 of file tcp_vegas.c.

void tcp_vegas_init ( struct sock sk)

Definition at line 94 of file tcp_vegas.c.

void tcp_vegas_pkts_acked ( struct sock sk,
u32  cnt,
s32  rtt_us 
)

Definition at line 111 of file tcp_vegas.c.

void tcp_vegas_state ( struct sock sk,
u8  ca_state 
)

Definition at line 134 of file tcp_vegas.c.