Searched refs:notif_len (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctputil.c | 3144 unsigned int notif_len; in sctp_notify_assoc_change() local 3158 notif_len = (unsigned int)sizeof(struct sctp_assoc_change); in sctp_notify_assoc_change() 3172 notif_len += SCTP_ASSOC_SUPPORTS_MAX; in sctp_notify_assoc_change() 3174 notif_len += abort_len; in sctp_notify_assoc_change() 3176 m_notify = sctp_get_mbuf_for_msg(notif_len, 0, M_NOWAIT, 1, MT_DATA); in sctp_notify_assoc_change() 3179 notif_len = (unsigned int)sizeof(struct sctp_assoc_change); in sctp_notify_assoc_change() 3180 m_notify = sctp_get_mbuf_for_msg(notif_len, 0, M_NOWAIT, 1, MT_DATA); in sctp_notify_assoc_change() 3187 memset(sac, 0, notif_len); in sctp_notify_assoc_change() 3201 if (notif_len > sizeof(struct sctp_assoc_change)) { in sctp_notify_assoc_change() 4013 unsigned int notif_len; in sctp_notify_remote_error() local [all …]
|