Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_asconf.c2556 struct mbuf *m_asconf, *m_asconf_chk; in sctp_compose_asconf() local
2600 m_asconf = sctp_get_mbuf_for_msg(MCLBYTES, 0, M_NOWAIT, 1, MT_DATA); in sctp_compose_asconf()
2601 if (m_asconf == NULL) { in sctp_compose_asconf()
2609 SCTP_BUF_LEN(m_asconf) = 0; in sctp_compose_asconf()
2614 ptr = mtod(m_asconf, caddr_t); /* beginning of cluster */ in sctp_compose_asconf()
2630 (SCTP_BUF_LEN(m_asconf) + p_length > MCLBYTES)) { in sctp_compose_asconf()
2679 SCTP_BUF_LEN(m_asconf) += SCTP_SIZE32(p_length); in sctp_compose_asconf()
2733 sctp_m_freem(m_asconf); in sctp_compose_asconf()
2744 sctp_m_freem(m_asconf); in sctp_compose_asconf()
2749 SCTP_BUF_NEXT(m_asconf_chk) = m_asconf; in sctp_compose_asconf()
[all …]
H A Dsctp_output.c9323 struct mbuf *m_asconf; in sctp_send_asconf() local
9335 m_asconf = sctp_compose_asconf(stcb, &len, addr_locked); in sctp_send_asconf()
9336 if (m_asconf == NULL) { in sctp_send_asconf()
9343 sctp_m_freem(m_asconf); in sctp_send_asconf()
9351 chk->data = m_asconf; in sctp_send_asconf()