Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c79 if ((stcb->asoc.sctp_cmt_on_off == SCTP_CMT_RPV1) || in sctp_set_initial_cc_param()
80 (stcb->asoc.sctp_cmt_on_off == SCTP_CMT_RPV2)) { in sctp_set_initial_cc_param()
111 if ((asoc->sctp_cmt_on_off == SCTP_CMT_RPV1) || in sctp_cwnd_update_after_fr()
112 (asoc->sctp_cmt_on_off == SCTP_CMT_RPV2)) { in sctp_cwnd_update_after_fr()
131 (asoc->sctp_cmt_on_off > 0)) { in sctp_cwnd_update_after_fr()
143 if ((asoc->sctp_cmt_on_off == SCTP_CMT_RPV1) || in sctp_cwnd_update_after_fr()
144 (asoc->sctp_cmt_on_off == SCTP_CMT_RPV2)) { in sctp_cwnd_update_after_fr()
145 if (asoc->sctp_cmt_on_off == SCTP_CMT_RPV1) { in sctp_cwnd_update_after_fr()
152 if (asoc->sctp_cmt_on_off == SCTP_CMT_RPV2) { in sctp_cwnd_update_after_fr()
761 if ((stcb->asoc.sctp_cmt_on_off == SCTP_CMT_RPV1) || in sctp_cwnd_update_after_sack_common()
[all …]
Dsctp_peeloff.c127 n_inp->sctp_cmt_on_off = inp->sctp_cmt_on_off; in sctp_do_peeloff()
242 n_inp->sctp_cmt_on_off = inp->sctp_cmt_on_off; in sctp_get_peeloff()
Dsctp_ss_functions.c199 SCTP_BASE_SYSCTL(sctp_cmt_on_off) == 0) { in sctp_ss_default_select()
326 SCTP_BASE_SYSCTL(sctp_cmt_on_off) == 0) { in sctp_ss_rrp_packet_done()
484 SCTP_BASE_SYSCTL(sctp_cmt_on_off) == 0) { in sctp_ss_prio_select()
631 ((SCTP_BASE_SYSCTL(sctp_cmt_on_off) > 0) || in sctp_ss_fb_select()
632 (SCTP_BASE_SYSCTL(sctp_cmt_on_off) == 0 && in sctp_ss_fb_select()
819 SCTP_BASE_SYSCTL(sctp_cmt_on_off) == 0) { in sctp_ss_fcfs_select()
Dsctp_sysctl.h90 uint32_t sctp_cmt_on_off; member
Dsctp_indata.c2206 if ((stcb->asoc.sctp_cmt_on_off > 0) && in sctp_sack_check()
2974 if ((asoc->sctp_cmt_on_off > 0) &&
3080 if ((asoc->sctp_cmt_on_off > 0) &&
3105 (asoc->sctp_cmt_on_off == 0)) {
3143 if ((asoc->sctp_cmt_on_off > 0) &&
3200 if ((asoc->sctp_cmt_on_off > 0) &&
3279 if (asoc->sctp_cmt_on_off > 0) {
4464 if (asoc->sctp_cmt_on_off > 0) {
4814 if ((asoc->sctp_cmt_on_off > 0) &&
Dsctp_sysctl.c109 SCTP_BASE_SYSCTL(sctp_cmt_on_off) = SCTPCTL_CMT_ON_OFF_DEFAULT; in sctp_init_sysctls()
1215 SCTP_UINT_SYSCTL(cmt_on_off, sctp_cmt_on_off, SCTPCTL_CMT_ON_OFF)
1325 RANGECHK(SCTP_BASE_SYSCTL(sctp_cmt_on_off), SCTPCTL_CMT_ON_OFF_MIN, SCTPCTL_CMT_ON_OFF_MAX); in sctp_sysctl_handle_int()
1528 &SCTP_BASE_SYSCTL(sctp_cmt_on_off), 0, sctp_sysctl_handle_int, in sysctl_setup_sctp()
Dsctp_pcb.h482 uint32_t sctp_cmt_on_off; member
Dsctp_timer.c693 if (stcb->asoc.sctp_cmt_on_off > 0) {
872 if (stcb->asoc.sctp_cmt_on_off > 0) {
Dsctp_structs.h1247 uint8_t sctp_cmt_on_off; member
Dsctp_output.c8148 if ((stcb->asoc.sctp_cmt_on_off == 0) &&
8152 } else if (stcb->asoc.sctp_cmt_on_off > 0) {
8386 if (asoc->sctp_cmt_on_off > 0) {
8978 if ((asoc->sctp_cmt_on_off > 0) &&
8986 if ((asoc->sctp_cmt_on_off > 0) &&
8997 if ((asoc->sctp_cmt_on_off > 0) &&
9069 if (asoc->sctp_cmt_on_off == 0) {
11063 if ((asoc->sctp_cmt_on_off > 0) &&
14041 (asoc->sctp_cmt_on_off == 0)) {
14332 (stcb->asoc.sctp_cmt_on_off == 0)) {
Dsctp_usrreq.c2360 av->assoc_value = stcb->asoc.sctp_cmt_on_off;
2367 av->assoc_value = inp->sctp_cmt_on_off;
4455 if (SCTP_BASE_SYSCTL(sctp_cmt_on_off)) {
4466 stcb->asoc.sctp_cmt_on_off = av->assoc_value;
4474 inp->sctp_cmt_on_off = av->assoc_value;
4482 stcb->asoc.sctp_cmt_on_off = av->assoc_value;
Dsctp_input.c2912 inp->sctp_cmt_on_off = (*inp_p)->sctp_cmt_on_off;
Dsctp_pcb.c2843 inp->sctp_cmt_on_off = SCTP_BASE_SYSCTL(sctp_cmt_on_off);
Dsctputil.c977 asoc->sctp_cmt_on_off = inp->sctp_cmt_on_off; in sctp_init_asoc()
/external/chromium_org/third_party/usrsctp/usrsctplib/
Dusrsctp.h1031 USRSCTP_SYSCTL_DECL(sctp_cmt_on_off)
Duser_socket.c3286 USRSCTP_SYSCTL_SET_DEF(sctp_cmt_on_off)
3368 USRSCTP_SYSCTL_GET_DEF(sctp_cmt_on_off)