Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_output.c6498 struct mbuf **endofchain, in sctp_copy_mbufchain() argument
6508 if (endofchain == NULL) { in sctp_copy_mbufchain()
6521 if (*endofchain == NULL) { in sctp_copy_mbufchain()
6531 *endofchain = outchain; in sctp_copy_mbufchain()
6543 *endofchain = m; in sctp_copy_mbufchain()
6549 if (*endofchain == NULL) { in sctp_copy_mbufchain()
6559 len = (int)M_TRAILINGSPACE(*endofchain); in sctp_copy_mbufchain()
6562 len = (int)M_TRAILINGSPACE(*endofchain); in sctp_copy_mbufchain()
6565 cp = (mtod((*endofchain), caddr_t)+SCTP_BUF_LEN((*endofchain))); in sctp_copy_mbufchain()
6571 SCTP_BUF_LEN((*endofchain)) += sizeofcpy; in sctp_copy_mbufchain()
[all …]