Lines Matching full:tcp
3 * TCP Westwood+: end-to-end bandwidth estimation for TCP
5 * Angelo Dell'Aera: author of the first version of TCP Westwood+ in Linux 2.4
11 * "TCP Westwood: bandwidth estimation for TCP" Proc. ACM Mobicom 2001
14 * "Performance evaluation of New Reno, Vegas, Westwood+ TCP" ACM Computer
18 * "Linux 2.4 Implementation of Westwood+ TCP with Rate-Halving :
29 #include <net/tcp.h>
31 /* TCP Westwood structure */
46 /* TCP Westwood functions and constants */
52 * This function initializes fields used in TCP Westwood+,
212 * TCP Westwood
261 /* Extract info for Tcp socket info provided via netlink. */
309 MODULE_DESCRIPTION("TCP Westwood+");