Home | History | Annotate | Download | only in netinet

Lines Matching refs:control_pdapi

442 			stcb->asoc.control_pdapi = control;
459 stcb->asoc.control_pdapi,
464 * control_pdapi is NULL, or the tail_mbuf
472 if ((stcb->asoc.control_pdapi == NULL) || (stcb->asoc.control_pdapi->tail_mbuf == NULL)) {
473 panic("This should not happen control_pdapi NULL?");
478 if ((stcb->asoc.control_pdapi == NULL) || (stcb->asoc.control_pdapi->tail_mbuf == NULL)) {
479 SCTP_PRINTF("This should not happen control_pdapi NULL?\n");
1596 (stcb->asoc.control_pdapi) &&
1600 control = stcb->asoc.control_pdapi;
1636 stcb->asoc.control_pdapi = NULL;
5336 sv = stcb->asoc.control_pdapi;
5337 stcb->asoc.control_pdapi = ctl;
5343 stcb->asoc.control_pdapi = sv;