Searched refs:ccn_bytes (Results 1 – 1 of 1) sorted by relevance
45 uint_t ccn_bytes; member272 char *sep = cd->ccn_bytes > 0 ? "," : ""; in tcp_copy_ccname()275 if (cd->ccn_bytes < cd->ccn_bufsize) { in tcp_copy_ccname()276 avail = cd->ccn_bufsize - cd->ccn_bytes; in tcp_copy_ccname()279 cd->ccn_bytes += snprintf(cd->ccn_buf + cd->ccn_bytes, avail, in tcp_copy_ccname()282 return (cd->ccn_bytes >= cd->ccn_bufsize ? ENOBUFS : 0); in tcp_copy_ccname()