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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c2720 size_t notif_len, abort_len; local
2727 notif_len = sizeof(struct sctp_assoc_change);
2734 notif_len += SCTP_ASSOC_SUPPORTS_MAX;
2736 notif_len += abort_len;
2738 m_notify = sctp_get_mbuf_for_msg(notif_len, 0, M_NOWAIT, 1, MT_DATA);
2741 notif_len = sizeof(struct sctp_assoc_change);
2742 m_notify = sctp_get_mbuf_for_msg(notif_len, 0, M_NOWAIT, 1, MT_DATA);
2749 memset(sac, 0, notif_len);
2759 if (notif_len > sizeof(struct sctp_assoc_change)) {
3617 size_t notif_len, chunk_le local
[all...]

Completed in 100 milliseconds