Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctputil.c1866 struct mbuf *m_notify; in sctp_notify_assoc_change() local
1905 MGETHDR(m_notify, M_DONTWAIT, MT_DATA); in sctp_notify_assoc_change()
1906 if (m_notify == NULL) in sctp_notify_assoc_change()
1909 m_notify->m_len = 0; in sctp_notify_assoc_change()
1911 sac = mtod(m_notify, struct sctp_assoc_change *); in sctp_notify_assoc_change()
1922 m_notify->m_flags |= M_EOR | M_NOTIFICATION; in sctp_notify_assoc_change()
1923 m_notify->m_pkthdr.len = sizeof(struct sctp_assoc_change); in sctp_notify_assoc_change()
1924 m_reset_rcvif(m_notify); in sctp_notify_assoc_change()
1925 m_notify->m_len = sizeof(struct sctp_assoc_change); in sctp_notify_assoc_change()
1926 m_notify->m_next = NULL; in sctp_notify_assoc_change()
[all …]