Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctputil.c1922 m_notify->m_flags |= M_EOR | M_NOTIFICATION; in sctp_notify_assoc_change()
2009 m_notify->m_flags |= M_EOR | M_NOTIFICATION; in sctp_notify_peer_addr_change()
2094 m_notify->m_flags |= M_EOR | M_NOTIFICATION; in sctp_notify_send_failed()
2097 m_notify->m_flags |= M_NOTIFICATION; in sctp_notify_send_failed()
2175 m_notify->m_flags |= M_EOR | M_NOTIFICATION; in sctp_notify_adaption_layer()
2245 m_notify->m_flags |= M_EOR | M_NOTIFICATION; in sctp_notify_partial_delivery_indication()
2324 m_notify->m_flags |= M_EOR | M_NOTIFICATION; in sctp_notify_shutdown_event()
2416 m_notify->m_flags |= M_EOR | M_NOTIFICATION; in sctp_notify_stream_reset()
/netbsd-src/sys/sys/
H A Dmbuf.h368 #define M_NOTIFICATION M_PROTO1 macro
/netbsd-src/sys/kern/
H A Duipc_socket.c1516 if (m->m_flags & M_NOTIFICATION) in soreceive()