Searched refs:adv_cong (Results 1 – 3 of 3) sorted by relevance
1116 #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)
438 __u8 adv_cong; /* Using Vegas, Westwood, or BIC */ member
565 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()