sctp_pdapi_event
struct sctp_pdapi_event sn_pdapi_event;
struct sctp_pdapi_event *pdapi;
pdapi = mtod(m_notify, struct sctp_pdapi_event *);
pdapi->pdapi_length = sizeof(struct sctp_pdapi_event);
m_notify->m_pkthdr.len = sizeof(struct sctp_pdapi_event);
m_notify->m_len = sizeof(struct sctp_pdapi_event);