Searched refs:copy_init (Results 1 – 2 of 2) sorted by relevance
188 …T copy_init = static_cast<Types>(0); // expected-error{{initializer contains unexpanded parameter … in test_initializers() local
3738 struct mbuf *copy_init, *copy_initack, *m_at, *sig, *mret; local3751 copy_init = SCTP_M_COPYM(init, init_offset, M_COPYALL, M_NOWAIT);3752 if (copy_init == NULL) {3760 for (mat = copy_init; mat; mat = SCTP_BUF_NEXT(mat)) {3771 sctp_m_freem(copy_init);3801 SCTP_BUF_NEXT(m_at) = copy_init;3805 for (m_at = copy_init; m_at; m_at = SCTP_BUF_NEXT(m_at)) {