Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dsctp_output.c6506 struct mbuf *appendchain; in sctp_copy_mbufchain() local
6518 appendchain = clonechain; in sctp_copy_mbufchain()
6596 appendchain = SCTP_M_COPYM(clonechain, 0, M_COPYALL, M_NOWAIT); in sctp_copy_mbufchain()
6599 sctp_log_mbc(appendchain, SCTP_MBUF_ICOPY); in sctp_copy_mbufchain()
6604 if (appendchain == NULL) { in sctp_copy_mbufchain()
6613 SCTP_BUF_NEXT(((*endofchain))) = appendchain; in sctp_copy_mbufchain()
6618 SCTP_BUF_NEXT(m) = appendchain; in sctp_copy_mbufchain()
6627 m = appendchain; in sctp_copy_mbufchain()
6638 m = appendchain; in sctp_copy_mbufchain()
6646 return (appendchain); in sctp_copy_mbufchain()