Searched refs:sctp_shutdown_event (Results 1 – 6 of 6) sorted by relevance
316 struct sctp_shutdown_event { struct398 __u8 sctp_shutdown_event; member422 struct sctp_shutdown_event sn_shutdown_event;
292 struct sctp_shutdown_event { struct425 struct sctp_shutdown_event sn_shutdown_event;442 uint8_t sctp_shutdown_event; member
87 uint8_t sctp_shutdown_event; member413 struct sctp_shutdown_event { struct553 struct sctp_shutdown_event sn_shutdown_event;
3320 struct sctp_shutdown_event *sse; in sctp_notify_shutdown_event()3354 m_notify = sctp_get_mbuf_for_msg(sizeof(struct sctp_shutdown_event), 0, M_NOWAIT, 1, MT_DATA); in sctp_notify_shutdown_event()3358 sse = mtod(m_notify, struct sctp_shutdown_event *); in sctp_notify_shutdown_event()3359 memset(sse, 0, sizeof(struct sctp_shutdown_event)); in sctp_notify_shutdown_event()3362 sse->sse_length = sizeof(struct sctp_shutdown_event); in sctp_notify_shutdown_event()3365 SCTP_BUF_LEN(m_notify) = sizeof(struct sctp_shutdown_event); in sctp_notify_shutdown_event()
2784 events->sctp_shutdown_event = 1;5584 if (events->sctp_shutdown_event) {5644 if (events->sctp_shutdown_event) {
193 ev.sctp_shutdown_event = 1;