Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/
Dtcp.h1116 #define tcp_is_vegas(__tp) ((__tp)->adv_cong == TCP_VEGAS)
1117 #define tcp_is_westwood(__tp) ((__tp)->adv_cong == TCP_WESTWOOD)
1118 #define tcp_is_bic(__tp) ((__tp)->adv_cong == TCP_BIC)
Dsock.h438 __u8 adv_cong; /* Using Vegas, Westwood, or BIC */ member
/linux-2.4.37.9/net/ipv4/
Dtcp_input.c565 tp->adv_cong = TCP_WESTWOOD; in tcp_ca_init()
567 tp->adv_cong = TCP_BIC; in tcp_ca_init()
569 tp->adv_cong = TCP_VEGAS; in tcp_ca_init()