Searched refs:notifhdr_len (Results 1 – 1 of 1) sorted by relevance
3389 notifhdr_len = sizeof(struct sctp_send_failed_event); in sctp_notify_send_failed()3391 notifhdr_len = sizeof(struct sctp_send_failed); in sctp_notify_send_failed()3397 SCTP_BUF_LEN(m_notify) = notifhdr_len; in sctp_notify_send_failed()3424 memset(ssfe, 0, notifhdr_len); in sctp_notify_send_failed()3442 memset(ssf, 0, notifhdr_len); in sctp_notify_send_failed()3509 int notifhdr_len; in sctp_notify_send_failed2() local3518 notifhdr_len = sizeof(struct sctp_send_failed_event); in sctp_notify_send_failed2()3520 notifhdr_len = sizeof(struct sctp_send_failed); in sctp_notify_send_failed2()3527 SCTP_BUF_LEN(m_notify) = notifhdr_len; in sctp_notify_send_failed2()3530 memset(ssfe, 0, notifhdr_len); in sctp_notify_send_failed2()[all …]