Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dsctp_output.c6427 struct mbuf *appendchain; in sctp_copy_mbufchain() local
6439 appendchain = clonechain; in sctp_copy_mbufchain()
6517 appendchain = SCTP_M_COPYM(clonechain, 0, M_COPYALL, M_NOWAIT); in sctp_copy_mbufchain()
6520 sctp_log_mbc(appendchain, SCTP_MBUF_ICOPY); in sctp_copy_mbufchain()
6525 if (appendchain == NULL) { in sctp_copy_mbufchain()
6534 SCTP_BUF_NEXT(((*endofchain))) = appendchain; in sctp_copy_mbufchain()
6539 SCTP_BUF_NEXT(m) = appendchain; in sctp_copy_mbufchain()
6548 m = appendchain; in sctp_copy_mbufchain()
6559 m = appendchain; in sctp_copy_mbufchain()
6567 return (appendchain); in sctp_copy_mbufchain()