Searched refs:endofchain (Results 1 – 1 of 1) sorted by relevance
6456 struct mbuf **endofchain, in sctp_copy_mbufchain() argument6466 if (endofchain == NULL) { in sctp_copy_mbufchain()6480 if (*endofchain == NULL) { in sctp_copy_mbufchain()6490 *endofchain = outchain; in sctp_copy_mbufchain()6502 *endofchain = m; in sctp_copy_mbufchain()6508 if (*endofchain == NULL) { in sctp_copy_mbufchain()6518 len = (int)M_TRAILINGSPACE(*endofchain); in sctp_copy_mbufchain()6521 len = (int)M_TRAILINGSPACE(*endofchain); in sctp_copy_mbufchain()6524 cp = (mtod((*endofchain), caddr_t)+SCTP_BUF_LEN((*endofchain))); in sctp_copy_mbufchain()6530 SCTP_BUF_LEN((*endofchain)) += sizeofcpy; in sctp_copy_mbufchain()[all …]