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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_probe.c74 } tcp_probe; variable in typeref:struct:__anon18894
79 return (tcp_probe.head - tcp_probe.tail) & (bufsize - 1);
100 (full || tp->snd_cwnd != tcp_probe.lastcwnd)) {
102 spin_lock(&tcp_probe.lock);
105 struct tcp_log *p = tcp_probe.log + tcp_probe.head;
120 tcp_probe.head = (tcp_probe.head + 1) & (bufsize - 1);
122 tcp_probe
[all...]
H A DMakefile38 obj-$(CONFIG_NET_TCPPROBE) += tcp_probe.o

Completed in 60 milliseconds