Searched refs:tcp_probe (Results 1 – 3 of 3) sorted by relevance
84 } tcp_probe; variable88 return (tcp_probe.head - tcp_probe.tail) & (bufsize - 1); in tcp_probe_used()118 (full || tp->snd_cwnd != tcp_probe.lastcwnd)) { in jtcp_rcv_established()120 spin_lock(&tcp_probe.lock); in jtcp_rcv_established()123 struct tcp_log *p = tcp_probe.log + tcp_probe.head; in jtcp_rcv_established()157 tcp_probe.head = (tcp_probe.head + 1) & (bufsize - 1); in jtcp_rcv_established()159 tcp_probe.lastcwnd = tp->snd_cwnd; in jtcp_rcv_established()160 spin_unlock(&tcp_probe.lock); in jtcp_rcv_established()162 wake_up(&tcp_probe.wait); in jtcp_rcv_established()178 spin_lock_bh(&tcp_probe.lock); in tcpprobe_open()[all …]
44 obj-$(CONFIG_NET_TCPPROBE) += tcp_probe.o
332 module will be called tcp_probe.