Searched refs:notif_len (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dsctputil.c2594 size_t notif_len, abort_len; local
2603 notif_len = sizeof(struct sctp_assoc_change);
2610 notif_len += SCTP_ASSOC_SUPPORTS_MAX;
2612 notif_len += abort_len;
2614 m_notify = sctp_get_mbuf_for_msg(notif_len, 0, M_DONTWAIT, 1, MT_DATA);
2617 notif_len = sizeof(struct sctp_assoc_change);
2618 m_notify = sctp_get_mbuf_for_msg(notif_len, 0, M_DONTWAIT, 1, MT_DATA);
2625 memset(sac, 0, notif_len);
2635 if (notif_len > sizeof(struct sctp_assoc_change)) {
3468 size_t notif_len, chunk_le local
[all...]

Completed in 115 milliseconds