HomeSort by relevance Sort by last modified time
    Searched refs:control_pdapi (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_indata.c 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");
    [all...]
sctp_input.c 940 if (asoc->control_pdapi) {
945 asoc->control_pdapi->end_added = 1;
946 asoc->control_pdapi->pdapi_aborted = 1;
947 asoc->control_pdapi = NULL;
    [all...]
sctp_structs.h 995 struct sctp_queued_to_read *control_pdapi; member in struct:sctp_association
    [all...]
sctputil.c     [all...]
sctp_pcb.c     [all...]

Completed in 63 milliseconds