Home
last modified time | relevance | path

Searched refs:width (Results 1 – 1 of 1) sorted by relevance

/net/ipv4/
Dtcp_probe.c175 int width; in tcpprobe_read() local
190 width = tcpprobe_sprint(tbuf, sizeof(tbuf)); in tcpprobe_read()
192 if (cnt + width < len) in tcpprobe_read()
199 if (cnt + width >= len) in tcpprobe_read()
202 if (copy_to_user(buf + cnt, tbuf, width)) in tcpprobe_read()
204 cnt += width; in tcpprobe_read()