Home
last modified time | relevance | path

Searched refs:pdapi (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/inet/sctp/
H A Dsctp_notify.c485 struct sctp_pdapi_event *pdapi; in sctp_partial_delivery_event() local
491 if ((mp = allocb(sizeof (*pdapi), BPRI_MED)) == NULL) in sctp_partial_delivery_event()
494 pdapi = (struct sctp_pdapi_event *)mp->b_rptr; in sctp_partial_delivery_event()
495 pdapi->pdapi_type = SCTP_PARTIAL_DELIVERY_EVENT; in sctp_partial_delivery_event()
496 pdapi->pdapi_flags = 0; in sctp_partial_delivery_event()
497 pdapi->pdapi_length = sizeof (*pdapi); in sctp_partial_delivery_event()
498 pdapi->pdapi_indication = SCTP_PARTIAL_DELIVERY_ABORTED; in sctp_partial_delivery_event()
499 pdapi->pdapi_assoc_id = 0; in sctp_partial_delivery_event()
500 mp->b_wptr = (uchar_t *)(pdapi + 1); in sctp_partial_delivery_event()
501 sctp_notify(sctp, mp, pdapi->pdapi_length); in sctp_partial_delivery_event()