Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c625 unsigned int total_wlen = 0, total_rlen = 0; in copyfd_io_poll() local
694 if (cfg_truncate > 0 && winfo->len + total_wlen > cfg_truncate) in copyfd_io_poll()
695 winfo->len = cfg_truncate - total_wlen; in copyfd_io_poll()
707 total_wlen += bw; in copyfd_io_poll()
733 if (cfg_truncate > 0 && total_wlen >= cfg_truncate && in copyfd_io_poll()