Searched refs:tcpw (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dtcp_probe.c59 } tcpw; variable in typeref:struct:__anon10822
73 tv = ktime_to_timespec(ktime_sub(ktime_get(), tcpw.start));
80 kfifo_put(tcpw.fifo, tbuf, len);
81 wake_up(&tcpw.wait);
96 && (full || tp->snd_cwnd != tcpw.lastcwnd)) {
103 tcpw.lastcwnd = tp->snd_cwnd;
120 kfifo_reset(tcpw.fifo);
121 tcpw.start = ktime_get();
141 error = wait_event_interruptible(tcpw.wait,
142 __kfifo_len(tcpw
[all...]

Completed in 89 milliseconds