Searched refs:width (Results 1 – 1 of 1) sorted by relevance
175 int width; in tcpprobe_read() local190 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()