Lines Matching full:notification
109 * provided by this notification.
128 * head room to use as notification. in sctp_ulpevent_make_assoc_change()
140 /* Include the notification structure */ in sctp_ulpevent_make_assoc_change()
186 * This field is the total length of the notification data, including in sctp_ulpevent_make_assoc_change()
187 * the notification header. in sctp_ulpevent_make_assoc_change()
272 * This field is the total length of the notification data, including in sctp_ulpevent_make_peer_addr_change()
273 * the notification header. in sctp_ulpevent_make_peer_addr_change()
358 /* Create and initialize an SCTP_REMOTE_ERROR notification.
393 * notification with. in sctp_ulpevent_make_remote_error()
425 /* Create and initialize a SCTP_SEND_FAILED notification.
441 /* Make skb with more room so we can prepend notification. */ in sctp_ulpevent_make_send_failed()
486 * This field is the total length of the notification data, including in sctp_ulpevent_make_send_failed()
487 * the notification header. in sctp_ulpevent_make_send_failed()
572 /* Create and initialize a SCTP_SHUTDOWN_EVENT notification.
613 * This field is the total length of the notification data, including in sctp_ulpevent_make_shutdown_event()
614 * the notification header. in sctp_ulpevent_make_shutdown_event()
635 /* Create and initialize a SCTP_ADAPTATION_INDICATION notification.
668 /* A message has been received. Package this message as a notification
768 * message this notification will be used to indicate
801 * This field is the total length of the notification data, including in sctp_ulpevent_make_pdapi()
802 * the notification header. It will generally be sizeof (struct in sctp_ulpevent_make_pdapi()
971 /* Return the notification type, assuming this is a notification
976 union sctp_notification *notification; in sctp_ulpevent_get_notification_type() local
980 notification = (union sctp_notification *) skb->data; in sctp_ulpevent_get_notification_type()
981 return notification->sn_header.sn_type; in sctp_ulpevent_get_notification_type()