Lines Matching full:tcp
3 * TCP Low Priority (TCP-LP)
5 * TCP Low Priority is a distributed algorithm whose goal is to utilize only
7 * bandwidth as targeted by TCP.
11 * the original TCP-LP implementation:
26 * http://www.ece.rice.edu/~akuzma/Doc/akuzma/TCP-LP.pdf
28 * http://www-ece.rice.edu/networks/TCP-LP/
34 * http://tcp-lp-mod.sourceforge.net/
38 #include <net/tcp.h>
50 * TCP-LP's state flags.
62 * @flag: TCP-LP state flag
73 * TCP-LP's private struct.
74 * We get the idea from original TCP-LP implementation where only left those we
119 * From TCP-LP's paper, this will be handled in additive increasement.
134 * We keep on updating the estimated value, where original TCP-LP
225 * Most ideas come from the original TCP-LP implementation.
269 * We work it out by following the idea from TCP-LP's paper directly
299 pr_debug("TCP-LP: %05o|%5u|%5u|%15u|%15u|%15u\n", lp->flag, in tcp_lp_pkts_acked()
354 MODULE_DESCRIPTION("TCP Low Priority");