sctp_asconf.c | 122 struct mbuf *m_reply = NULL; local in function:sctp_asconf_success_response 125 MGET(m_reply, M_DONTWAIT, MT_DATA); 126 if (m_reply == NULL) { 134 aph = mtod(m_reply, struct sctp_asconf_paramhdr *); 138 m_reply->m_len = aph->ph.param_length; 141 return m_reply; 148 struct mbuf *m_reply = NULL; local in function:sctp_asconf_error_response 153 MGET(m_reply, M_DONTWAIT, MT_DATA); 154 if (m_reply == NULL) { 162 aph = mtod(m_reply, struct sctp_asconf_paramhdr *) 199 struct mbuf *m_reply = NULL; local in function:sctp_process_asconf_add_ip 304 struct mbuf *m_reply = NULL; local in function:sctp_process_asconf_delete_ip 461 struct mbuf *m_reply = NULL; local in function:sctp_process_asconf_set_primary [all...] |