Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c121 if ((asoc->sctp_cmt_on_off == SCTP_CMT_RPV1) || in sctp_cwnd_update_after_fr()
122 (asoc->sctp_cmt_on_off == SCTP_CMT_RPV2)) { in sctp_cwnd_update_after_fr()
141 (asoc->sctp_cmt_on_off > 0)) { in sctp_cwnd_update_after_fr()
155 if (asoc->sctp_cmt_on_off == SCTP_CMT_RPV1) { in sctp_cwnd_update_after_fr()
771 (asoc->sctp_cmt_on_off == 0)) { in sctp_cwnd_update_after_sack_common()
837 switch (asoc->sctp_cmt_on_off) { in sctp_cwnd_update_after_sack_common()
931 switch (asoc->sctp_cmt_on_off) { in sctp_cwnd_update_after_sack_common()
1692 (asoc->sctp_cmt_on_off > 0)) { in sctp_hs_cwnd_update_after_fr()
1789 (asoc->sctp_cmt_on_off == 0)) { in sctp_hs_cwnd_update_after_sack()
2181 (asoc->sctp_cmt_on_off == 0)) { in sctp_htcp_cwnd_update_after_sack()
[all …]
H A Dsctp_peeloff.c123 n_inp->sctp_cmt_on_off = inp->sctp_cmt_on_off; in sctp_do_peeloff()
H A Dsctp_ss_functions.c216 SCTP_BASE_SYSCTL(sctp_cmt_on_off) == 0) { in sctp_ss_default_select()
375 SCTP_BASE_SYSCTL(sctp_cmt_on_off) == 0) { in sctp_ss_rrp_packet_done()
545 SCTP_BASE_SYSCTL(sctp_cmt_on_off) == 0) { in sctp_ss_prio_select()
708 ((SCTP_BASE_SYSCTL(sctp_cmt_on_off) > 0) || in sctp_ss_fb_select()
709 (SCTP_BASE_SYSCTL(sctp_cmt_on_off) == 0 && in sctp_ss_fb_select()
926 SCTP_BASE_SYSCTL(sctp_cmt_on_off) == 0) { in sctp_ss_fcfs_select()
H A Dsctp_sysctl.h84 uint32_t sctp_cmt_on_off; member
H A Dsctp_pcb.h404 uint32_t sctp_cmt_on_off; member
H A Dsctp_indata.c2611 if ((stcb->asoc.sctp_cmt_on_off > 0) && in sctp_sack_check()
3325 if ((asoc->sctp_cmt_on_off > 0) && in sctp_strike_gap_ack_chunks()
3430 if ((asoc->sctp_cmt_on_off > 0) && in sctp_strike_gap_ack_chunks()
3456 (asoc->sctp_cmt_on_off == 0)) { in sctp_strike_gap_ack_chunks()
3493 if ((asoc->sctp_cmt_on_off > 0) && in sctp_strike_gap_ack_chunks()
3554 if ((asoc->sctp_cmt_on_off > 0) && in sctp_strike_gap_ack_chunks()
3642 if (asoc->sctp_cmt_on_off > 0) { in sctp_strike_gap_ack_chunks()
4750 if (asoc->sctp_cmt_on_off > 0) { in sctp_handle_sack()
5043 if ((asoc->sctp_cmt_on_off > 0) && in sctp_handle_sack()
H A Dsctp_sysctl.c96 SCTP_BASE_SYSCTL(sctp_cmt_on_off) = SCTPCTL_CMT_ON_OFF_DEFAULT; in sctp_init_sysctls()
909 SCTP_UINT_SYSCTL(cmt_on_off, sctp_cmt_on_off, SCTPCTL_CMT_ON_OFF)
H A Dsctp_timer.c713 if (stcb->asoc.sctp_cmt_on_off > 0) { in sctp_mark_all_for_resend()
889 if (stcb->asoc.sctp_cmt_on_off > 0) { in sctp_t3rxt_timer()
H A Dsctp_structs.h1209 uint8_t sctp_cmt_on_off; member
H A Dsctp_output.c7718 if ((stcb->asoc.sctp_cmt_on_off == 0) && in sctp_fill_outqueue()
7722 } else if (stcb->asoc.sctp_cmt_on_off > 0) { in sctp_fill_outqueue()
7951 if (asoc->sctp_cmt_on_off > 0) { in sctp_med_chunk_output()
8517 if ((asoc->sctp_cmt_on_off > 0) && in sctp_med_chunk_output()
8525 if ((asoc->sctp_cmt_on_off > 0) && in sctp_med_chunk_output()
8536 if ((asoc->sctp_cmt_on_off > 0) && in sctp_med_chunk_output()
8600 if (asoc->sctp_cmt_on_off == 0) { in sctp_med_chunk_output()
10604 if ((asoc->sctp_cmt_on_off > 0) && in sctp_send_sack()
13301 (asoc->sctp_cmt_on_off == 0)) { in sctp_lower_sosend()
13584 (stcb->asoc.sctp_cmt_on_off == 0)) { in sctp_lower_sosend()
H A Dsctp_usrreq.c1690 av->assoc_value = stcb->asoc.sctp_cmt_on_off;
1698 av->assoc_value = inp->sctp_cmt_on_off;
3918 if (SCTP_BASE_SYSCTL(sctp_cmt_on_off)) {
3929 stcb->asoc.sctp_cmt_on_off = av->assoc_value;
3938 inp->sctp_cmt_on_off = av->assoc_value;
3947 stcb->asoc.sctp_cmt_on_off = av->assoc_value;
H A Dsctp_input.c2695 inp->sctp_cmt_on_off = (*inp_p)->sctp_cmt_on_off; in sctp_handle_cookie_echo()
H A Dsctp_pcb.c2432 inp->sctp_cmt_on_off = SCTP_BASE_SYSCTL(sctp_cmt_on_off); in sctp_inpcb_alloc()
H A Dsctputil.c1142 asoc->sctp_cmt_on_off = inp->sctp_cmt_on_off; in sctp_init_asoc()