Searched refs:copy_init (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dsctp_output.c3830 struct mbuf *copy_init, *copy_initack, *m_at, *sig, *mret; local
3843 copy_init = SCTP_M_COPYM(init, init_offset, M_COPYALL, M_NOWAIT);
3844 if (copy_init == NULL) {
3850 sctp_log_mbc(copy_init, SCTP_MBUF_ICOPY);
3857 sctp_m_freem(copy_init);
3881 SCTP_BUF_NEXT(m_at) = copy_init;
3885 for (m_at = copy_init; m_at; m_at = SCTP_BUF_NEXT(m_at)) {

Completed in 81 milliseconds