Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c94 if ((stcb->asoc.sctp_cmt_on_off == SCTP_CMT_RPV1) || in sctp_set_initial_cc_param()
95 (stcb->asoc.sctp_cmt_on_off == SCTP_CMT_RPV2)) { in sctp_set_initial_cc_param()
127 if ((asoc->sctp_cmt_on_off == SCTP_CMT_RPV1) || in sctp_cwnd_update_after_fr()
128 (asoc->sctp_cmt_on_off == SCTP_CMT_RPV2)) { in sctp_cwnd_update_after_fr()
147 (asoc->sctp_cmt_on_off > 0)) { in sctp_cwnd_update_after_fr()
159 if ((asoc->sctp_cmt_on_off == SCTP_CMT_RPV1) || in sctp_cwnd_update_after_fr()
160 (asoc->sctp_cmt_on_off == SCTP_CMT_RPV2)) { in sctp_cwnd_update_after_fr()
161 if (asoc->sctp_cmt_on_off == SCTP_CMT_RPV1) { in sctp_cwnd_update_after_fr()
168 if (asoc->sctp_cmt_on_off == SCTP_CMT_RPV2) { in sctp_cwnd_update_after_fr()
782 if ((stcb->asoc.sctp_cmt_on_off == SCTP_CMT_RPV1) || in sctp_cwnd_update_after_sack_common()
[all …]
Dsctp_peeloff.c125 n_inp->sctp_cmt_on_off = inp->sctp_cmt_on_off; in sctp_do_peeloff()
230 n_inp->sctp_cmt_on_off = inp->sctp_cmt_on_off; in sctp_get_peeloff()
Dsctp_ss_functions.c222 SCTP_BASE_SYSCTL(sctp_cmt_on_off) == 0) { in sctp_ss_default_select()
383 SCTP_BASE_SYSCTL(sctp_cmt_on_off) == 0) { in sctp_ss_rrp_packet_done()
554 SCTP_BASE_SYSCTL(sctp_cmt_on_off) == 0) { in sctp_ss_prio_select()
714 ((SCTP_BASE_SYSCTL(sctp_cmt_on_off) > 0) || in sctp_ss_fb_select()
715 (SCTP_BASE_SYSCTL(sctp_cmt_on_off) == 0 && in sctp_ss_fb_select()
938 SCTP_BASE_SYSCTL(sctp_cmt_on_off) == 0) { in sctp_ss_fcfs_select()
Dsctp_sysctl.h89 uint32_t sctp_cmt_on_off; member
Dsctp_sysctl.c126 SCTP_BASE_SYSCTL(sctp_cmt_on_off) = SCTPCTL_CMT_ON_OFF_DEFAULT; in sctp_init_sysctls()
1173 SCTP_UINT_SYSCTL(cmt_on_off, sctp_cmt_on_off, SCTPCTL_CMT_ON_OFF)
1280 RANGECHK(SCTP_BASE_SYSCTL(sctp_cmt_on_off), SCTPCTL_CMT_ON_OFF_MIN, SCTPCTL_CMT_ON_OFF_MAX); in sctp_sysctl_handle_int()
1477 &SCTP_BASE_SYSCTL(sctp_cmt_on_off), 0, sctp_sysctl_handle_int, in sysctl_setup_sctp()
Dsctp_indata.c2652 if ((stcb->asoc.sctp_cmt_on_off > 0) && in sctp_sack_check()
3365 if ((asoc->sctp_cmt_on_off > 0) &&
3474 if ((asoc->sctp_cmt_on_off > 0) &&
3499 (asoc->sctp_cmt_on_off == 0)) {
3537 if ((asoc->sctp_cmt_on_off > 0) &&
3594 if ((asoc->sctp_cmt_on_off > 0) &&
3675 if (asoc->sctp_cmt_on_off > 0) {
4825 if (asoc->sctp_cmt_on_off > 0) {
5161 if ((asoc->sctp_cmt_on_off > 0) &&
Dsctp_pcb.h494 uint32_t sctp_cmt_on_off; member
Dsctp_timer.c711 if (stcb->asoc.sctp_cmt_on_off > 0) {
887 if (stcb->asoc.sctp_cmt_on_off > 0) {
Dsctp_structs.h1266 uint8_t sctp_cmt_on_off; member
Dsctp_output.c8302 if ((stcb->asoc.sctp_cmt_on_off == 0) &&
8306 } else if (stcb->asoc.sctp_cmt_on_off > 0) {
8540 if (asoc->sctp_cmt_on_off > 0) {
9109 if ((asoc->sctp_cmt_on_off > 0) &&
9117 if ((asoc->sctp_cmt_on_off > 0) &&
9128 if ((asoc->sctp_cmt_on_off > 0) &&
9201 if (asoc->sctp_cmt_on_off == 0) {
11226 if ((asoc->sctp_cmt_on_off > 0) &&
14374 (asoc->sctp_cmt_on_off == 0)) {
14681 (stcb->asoc.sctp_cmt_on_off == 0)) {
Dsctp_usrreq.c2268 av->assoc_value = stcb->asoc.sctp_cmt_on_off;
2276 av->assoc_value = inp->sctp_cmt_on_off;
4629 if (SCTP_BASE_SYSCTL(sctp_cmt_on_off)) {
4640 stcb->asoc.sctp_cmt_on_off = av->assoc_value;
4649 inp->sctp_cmt_on_off = av->assoc_value;
4658 stcb->asoc.sctp_cmt_on_off = av->assoc_value;
Dsctp_input.c3034 inp->sctp_cmt_on_off = (*inp_p)->sctp_cmt_on_off;
Dsctp_pcb.c2826 inp->sctp_cmt_on_off = SCTP_BASE_SYSCTL(sctp_cmt_on_off);
Dsctputil.c1172 asoc->sctp_cmt_on_off = inp->sctp_cmt_on_off; in sctp_init_asoc()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h1116 USRSCTP_SYSCTL_DECL(sctp_cmt_on_off)
Duser_socket.c3469 USRSCTP_SYSCTL_SET_DEF(sctp_cmt_on_off, SCTPCTL_CMT_ON_OFF)
3551 USRSCTP_SYSCTL_GET_DEF(sctp_cmt_on_off)