sctp_output.c | 2568 struct mbuf *m, *m_at, *m_last; local in function:sctp_send_initiate 2580 m_last = NULL; 2847 m_last = m_at; 2862 if ((padval) && (m_last)) { 2863 /* The compiler worries that m_last may not be 2865 * however we add m_last here just in case. 2867 ret = sctp_add_pad_tombuf(m_last, (4-padval)); 3250 struct mbuf *m, *m_at, *m_tmp, *m_cookie, *op_err, *m_last; local in function:sctp_send_initiate_ack 3275 m_last = NULL; 3854 if ((padval) && (m_last)) { [all...] |