Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_output.c6419 struct mbuf *appendchain; in sctp_copy_mbufchain() local
6431 appendchain = clonechain; in sctp_copy_mbufchain()
6509 appendchain = SCTP_M_COPYM(clonechain, 0, M_COPYALL, M_NOWAIT); in sctp_copy_mbufchain()
6512 sctp_log_mbc(appendchain, SCTP_MBUF_ICOPY); in sctp_copy_mbufchain()
6517 if (appendchain == NULL) { in sctp_copy_mbufchain()
6526 SCTP_BUF_NEXT(((*endofchain))) = appendchain; in sctp_copy_mbufchain()
6531 SCTP_BUF_NEXT(m) = appendchain; in sctp_copy_mbufchain()
6540 m = appendchain; in sctp_copy_mbufchain()
6551 m = appendchain; in sctp_copy_mbufchain()
6559 return (appendchain); in sctp_copy_mbufchain()