Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDsctp_output.c6436 struct mbuf *appendchain; in sctp_copy_mbufchain() local
6448 appendchain = clonechain; in sctp_copy_mbufchain()
6526 appendchain = SCTP_M_COPYM(clonechain, 0, M_COPYALL, M_NOWAIT); in sctp_copy_mbufchain()
6529 sctp_log_mbc(appendchain, SCTP_MBUF_ICOPY); in sctp_copy_mbufchain()
6534 if (appendchain == NULL) { in sctp_copy_mbufchain()
6543 SCTP_BUF_NEXT(((*endofchain))) = appendchain; in sctp_copy_mbufchain()
6548 SCTP_BUF_NEXT(m) = appendchain; in sctp_copy_mbufchain()
6557 m = appendchain; in sctp_copy_mbufchain()
6568 m = appendchain; in sctp_copy_mbufchain()
6576 return (appendchain); in sctp_copy_mbufchain()