Searched refs:sctp_assoc_change (Results 1 – 2 of 2) sorted by relevance
299 struct sctp_assoc_change { struct520 struct sctp_assoc_change sn_assoc_change;
3141 struct sctp_assoc_change *sac; in sctp_notify_assoc_change()3158 notif_len = (unsigned int)sizeof(struct sctp_assoc_change); in sctp_notify_assoc_change()3179 notif_len = (unsigned int)sizeof(struct sctp_assoc_change); in sctp_notify_assoc_change()3186 sac = mtod(m_notify, struct sctp_assoc_change *); in sctp_notify_assoc_change()3190 sac->sac_length = sizeof(struct sctp_assoc_change); in sctp_notify_assoc_change()3201 if (notif_len > sizeof(struct sctp_assoc_change)) { in sctp_notify_assoc_change()