sctp_indata.c | 274 sctp_deliver_data(struct sctp_tcb *stcb, struct sctp_association *asoc, function in typeref:typename:int 764 sctp_deliver_data(stcb, asoc, chk, 1); 775 if (sctp_deliver_data(stcb, asoc, NULL, 1) == 0) 880 sctp_deliver_data(stcb, asoc, chk, 0); 901 sctp_deliver_data(stcb, asoc, chk, 0); 2144 sctp_deliver_data(stcb, asoc, chk, 0); 2450 if (sctp_deliver_data(stcb, asoc, (struct sctp_tmit_chunk *)NULL, hold_locks) == 0) 4353 sctp_deliver_data(stcb, &stcb->asoc, chk, 0); 4377 sctp_deliver_data(stcb, &stcb->asoc, chk, 0);
|