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

  /src/sys/netinet/
sctputil.c 1866 struct mbuf *m_notify; local in function:sctp_notify_assoc_change
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 in function:sctp_notify_peer_addr_change
2060 struct mbuf *m_notify; local in function:sctp_notify_send_failed
2154 struct mbuf *m_notify; local in function:sctp_notify_adaption_layer
2224 struct mbuf *m_notify; local in function:sctp_notify_partial_delivery_indication
2293 struct mbuf *m_notify; local in function:sctp_notify_shutdown_event
2373 struct mbuf *m_notify; local in function:sctp_notify_stream_reset
    [all...]
sctputil.c 1866 struct mbuf *m_notify; local in function:sctp_notify_assoc_change
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 in function:sctp_notify_peer_addr_change
2060 struct mbuf *m_notify; local in function:sctp_notify_send_failed
2154 struct mbuf *m_notify; local in function:sctp_notify_adaption_layer
2224 struct mbuf *m_notify; local in function:sctp_notify_partial_delivery_indication
2293 struct mbuf *m_notify; local in function:sctp_notify_shutdown_event
2373 struct mbuf *m_notify; local in function:sctp_notify_stream_reset
    [all...]

Completed in 27 milliseconds