Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctputil.c3353 m_notify); in sctp_notify_peer_addr_change()
3484 m_notify); in sctp_notify_send_failed()
3582 m_notify); in sctp_notify_send_failed2()
3629 m_notify); in sctp_notify_adaptation_layer()
3682 m_notify); in sctp_notify_partial_delivery_indication()
3751 m_notify); in sctp_notify_shutdown_event()
3799 m_notify); in sctp_notify_sender_dry_event()
3854 m_notify); in sctp_notify_stream_reset_add()
3904 m_notify); in sctp_notify_stream_reset_tsn()
3968 m_notify); in sctp_notify_stream_reset()
[all …]
H A Dsctp_auth.c1713 struct mbuf *m_notify; in sctp_notify_authentication() local
1730 m_notify = sctp_get_mbuf_for_msg(sizeof(struct sctp_authkey_event), in sctp_notify_authentication()
1732 if (m_notify == NULL) in sctp_notify_authentication()
1736 SCTP_BUF_LEN(m_notify) = 0; in sctp_notify_authentication()
1737 auth = mtod(m_notify, struct sctp_authkey_event *); in sctp_notify_authentication()
1747 SCTP_BUF_LEN(m_notify) = sizeof(*auth); in sctp_notify_authentication()
1748 SCTP_BUF_NEXT(m_notify) = NULL; in sctp_notify_authentication()
1752 0, 0, stcb->asoc.context, 0, 0, 0, m_notify); in sctp_notify_authentication()
1755 sctp_m_freem(m_notify); in sctp_notify_authentication()
1758 control->length = SCTP_BUF_LEN(m_notify); in sctp_notify_authentication()
[all …]