Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctputil.c3654 struct sctp_queued_to_read *aborted_control, in sctp_notify_partial_delivery_indication() argument
3662 KASSERT(aborted_control != NULL, ("aborted_control is NULL")); in sctp_notify_partial_delivery_indication()
3683 pdapi->pdapi_stream = aborted_control->sinfo_stream; in sctp_notify_partial_delivery_indication()
3684 pdapi->pdapi_seq = (uint16_t)aborted_control->mid; in sctp_notify_partial_delivery_indication()
3710 TAILQ_INSERT_AFTER(&stcb->sctp_ep->read_queue, aborted_control, control, next); in sctp_notify_partial_delivery_indication()