HomeSort by: relevance | last modified time | path
    Searched defs:m_notify (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
sctputil.c 1866 struct mbuf *m_notify; local
1905 MGETHDR(m_notify, M_DONTWAIT, MT_DATA);
1906 if (m_notify == NULL)
1909 m_notify->m_len = 0;
1911 sac = mtod(m_notify, struct sctp_assoc_change *);
1922 m_notify->m_flags |= M_EOR | M_NOTIFICATION;
1923 m_notify->m_pkthdr.len = sizeof(struct sctp_assoc_change);
1924 m_reset_rcvif(m_notify);
1925 m_notify->m_len = sizeof(struct sctp_assoc_change);
1926 m_notify->m_next = NULL
1976 struct mbuf *m_notify; local
2060 struct mbuf *m_notify; local
2154 struct mbuf *m_notify; local
2224 struct mbuf *m_notify; local
2293 struct mbuf *m_notify; local
2373 struct mbuf *m_notify; local
    [all...]

Completed in 17 milliseconds