sctp_output.c | 169 struct mbuf *mret; local in function:sctp_add_addr_to_mbuf 183 mret = m; 186 mret = m; 187 while (mret->m_next != NULL) { 188 mret = mret->m_next; 190 MGET(mret->m_next, M_DONTWAIT, MT_DATA); 191 if (mret->m_next == NULL) { 195 mret = mret->m_next 232 struct mbuf *copy_init, *copy_initack, *m_at, *sig, *mret; local in function:sctp_add_cookie [all...] |