Home
last modified time | relevance | path

Searched refs:TCP_VEGAS (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/net/
Dsock.h261 TCP_VEGAS, enumerator
Dtcp.h1116 #define tcp_is_vegas(__tp) ((__tp)->adv_cong == TCP_VEGAS)
/linux-2.4.37.9/net/ipv4/
Dtcp_input.c569 tp->adv_cong = TCP_VEGAS; in tcp_ca_init()