Home
last modified time | relevance | path

Searched refs:m_result (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_asconf.c613 struct mbuf *n, *m_ack, *m_result, *m_tail; in sctp_handle_asconf() local
719 m_result = NULL; in sctp_handle_asconf()
740 m_result = sctp_process_asconf_add_ip(src, aph, stcb, in sctp_handle_asconf()
745 m_result = sctp_process_asconf_delete_ip(src, aph, stcb, in sctp_handle_asconf()
752 m_result = sctp_process_asconf_set_primary(src, aph, in sctp_handle_asconf()
782 if (m_result != NULL) { in sctp_handle_asconf()
783 SCTP_BUF_NEXT(m_tail) = m_result; in sctp_handle_asconf()
784 m_tail = m_result; in sctp_handle_asconf()
785 ack_cp->ch.chunk_length += SCTP_BUF_LEN(m_result); in sctp_handle_asconf()