• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/

Lines Matching refs:notification

126  * provided by this notification.
145 * head room to use as notification.
157 /* Include the notification structure */
205 * This field is the total length of the notification data, including
206 * the notification header.
292 * This field is the total length of the notification data, including
293 * the notification header.
359 /* Create and initialize an SCTP_REMOTE_ERROR notification.
393 * notification with.
435 * This field is the total length of the notification data,
436 * including the notification header.
467 /* Create and initialize a SCTP_SEND_FAILED notification.
483 /* Make skb with more room so we can prepend notification. */
529 * This field is the total length of the notification data, including
530 * the notification header.
576 /* Create and initialize a SCTP_SHUTDOWN_EVENT notification.
618 * This field is the total length of the notification data, including
619 * the notification header.
640 /* Create and initialize a SCTP_ADAPTATION_INDICATION notification.
674 /* A message has been received. Package this message as a notification
743 * message this notification will be used to indicate
774 * This field is the total length of the notification data, including
775 * the notification header. It will generally be sizeof (struct
798 /* Return the notification type, assuming this is a notification
803 union sctp_notification *notification;
807 notification = (union sctp_notification *) skb->data;
808 return notification->sn_header.sn_type;
874 * for the association announced in the COMMUNICATION_UP notification.