Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c127 n_inp->prsctp_supported = inp->prsctp_supported; in sctp_do_peeloff()
232 n_inp->prsctp_supported = inp->prsctp_supported; in sctp_get_peeloff()
Dsctp_timer.c461 if (asoc->prsctp_supported && PR_SCTP_BUF_ENABLED(chk->flags)) {
619 if (stcb->asoc.prsctp_supported && PR_SCTP_TTL_ENABLED(chk->flags)) {
637 if (stcb->asoc.prsctp_supported && PR_SCTP_RTX_ENABLED(chk->flags)) {
986 if (stcb->asoc.prsctp_supported) {
Dsctp_pcb.h496 uint8_t prsctp_supported; member
Dsctp_indata.c3372 if (stcb->asoc.prsctp_supported) {
3393 if (stcb->asoc.prsctp_supported) {
3649 if ((stcb->asoc.prsctp_supported) &&
3783 if (asoc->prsctp_supported == 0) {
4433 if ((asoc->prsctp_supported) && (asoc->pr_sctp_cnt > 0)) {
4875 if (asoc->prsctp_supported && PR_SCTP_BUF_ENABLED(tp1->flags)) {
5291 if ((asoc->prsctp_supported) && (asoc->pr_sctp_cnt > 0)) {
Dsctp_structs.h1233 uint8_t prsctp_supported; member
Dsctp_input.c1180 stcb->asoc.prsctp_supported = 0; in sctp_process_unrecog_chunk()
1202 stcb->asoc.prsctp_supported = 0; in sctp_process_unrecog_param()
3036 inp->prsctp_supported = (*inp_p)->prsctp_supported;
5563 if (stcb->asoc.prsctp_supported == 0) {
Dsctp_output.c5171 if (stcb->asoc.prsctp_supported == 1) {
5191 if (stcb->asoc.prsctp_supported == 1) {
6437 if (((asoc != NULL) && (asoc->prsctp_supported == 1)) ||
6438 ((asoc == NULL) && (inp->prsctp_supported == 1))) {
6458 if (((asoc != NULL) && (asoc->prsctp_supported == 1)) ||
6459 ((asoc == NULL) && (inp->prsctp_supported == 1))) {
6705 if ((asoc->prsctp_supported) &&
14329 if ((asoc->prsctp_supported) && (asoc->sent_queue_cnt_removeable > 0)) {
Dsctp_pcb.c2828 inp->prsctp_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_pr_enable);
7592 if ((stcb->asoc.prsctp_supported == 1) &&
7594 stcb->asoc.prsctp_supported = 0;
Dsctp_usrreq.c4135 av->assoc_value = stcb->asoc.prsctp_supported;
4143 av->assoc_value = inp->prsctp_supported;
7522 inp->prsctp_supported = 0;
7524 inp->prsctp_supported = 1;
Dsctputil.c1174 asoc->prsctp_supported = inp->prsctp_supported; in sctp_init_asoc()
3322 if (stcb->asoc.prsctp_supported == 1) { in sctp_notify_assoc_change()