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

/freebsd-9.3-release/sys/netinet/
H A Dsctputil.c2591 struct mbuf *m_notify; local
2614 m_notify = sctp_get_mbuf_for_msg(notif_len, 0, M_DONTWAIT, 1, MT_DATA);
2615 if (m_notify == NULL) {
2618 m_notify = sctp_get_mbuf_for_msg(notif_len, 0, M_DONTWAIT, 1, MT_DATA);
2619 if (m_notify == NULL) {
2623 SCTP_BUF_NEXT(m_notify) = NULL;
2624 sac = mtod(m_notify, struct sctp_assoc_change *);
2657 SCTP_BUF_LEN(m_notify) = sac->sac_length;
2660 m_notify);
2662 control->length = SCTP_BUF_LEN(m_notify);
2735 struct mbuf *m_notify; local
2818 struct mbuf *m_notify; local
2933 struct mbuf *m_notify; local
3031 struct mbuf *m_notify; local
3083 struct mbuf *m_notify; local
3173 struct mbuf *m_notify; local
3247 struct mbuf *m_notify; local
3293 struct mbuf *m_notify; local
3349 struct mbuf *m_notify; local
3402 struct mbuf *m_notify; local
3465 struct mbuf *m_notify; local
[all...]
H A Dsctp_auth.c1769 struct mbuf *m_notify; local
1785 m_notify = sctp_get_mbuf_for_msg(sizeof(struct sctp_authkey_event),
1787 if (m_notify == NULL)
1791 SCTP_BUF_LEN(m_notify) = 0;
1792 auth = mtod(m_notify, struct sctp_authkey_event *);
1802 SCTP_BUF_LEN(m_notify) = sizeof(*auth);
1803 SCTP_BUF_NEXT(m_notify) = NULL;
1807 0, 0, stcb->asoc.context, 0, 0, 0, m_notify);
1810 sctp_m_freem(m_notify);
1814 control->length = SCTP_BUF_LEN(m_notify);
[all...]

Completed in 102 milliseconds