Searched refs:notif_len (Results 1 – 1 of 1) sorted by relevance
3154 unsigned int notif_len; in sctp_notify_assoc_change() local3162 notif_len = (unsigned int)sizeof(struct sctp_assoc_change); in sctp_notify_assoc_change()3176 notif_len += SCTP_ASSOC_SUPPORTS_MAX; in sctp_notify_assoc_change()3178 notif_len += abort_len; in sctp_notify_assoc_change()3183 notif_len = (unsigned int)sizeof(struct sctp_assoc_change); in sctp_notify_assoc_change()3191 memset(sac, 0, notif_len); in sctp_notify_assoc_change()3201 if (notif_len > sizeof(struct sctp_assoc_change)) { in sctp_notify_assoc_change()3989 unsigned int notif_len; in sctp_notify_remote_error() local4012 notif_len = (unsigned int)sizeof(struct sctp_remote_error); in sctp_notify_remote_error()4020 memset(sre, 0, notif_len); in sctp_notify_remote_error()[all …]