Home
last modified time | relevance | path

Searched refs:max_cwnd (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_peeloff.c130 n_inp->max_cwnd = inp->max_cwnd; in sctp_do_peeloff()
H A Dsctp_timer.c175 uint32_t max_cwnd = 0; in sctp_find_alternate_net() local
252 if (max_cwnd < mnet->cwnd) { in sctp_find_alternate_net()
254 max_cwnd = mnet->cwnd; in sctp_find_alternate_net()
255 } else if (max_cwnd == mnet->cwnd) { in sctp_find_alternate_net()
272 max_cwnd = mnet->cwnd; /* Useless? */ in sctp_find_alternate_net()
296 if (max_cwnd < mnet->cwnd) { in sctp_find_alternate_net()
298 max_cwnd = mnet->cwnd; in sctp_find_alternate_net()
299 } else if (max_cwnd == mnet->cwnd) { in sctp_find_alternate_net()
317 max_cwnd = mnet->cwnd; in sctp_find_alternate_net()
H A Dsctp_pcb.h398 uint32_t max_cwnd; member
H A Dsctp_cc_functions.c63 if ((assoc->max_cwnd > 0) && in sctp_enforce_cwnd_limit()
64 (net->cwnd > assoc->max_cwnd) && in sctp_enforce_cwnd_limit()
66 net->cwnd = assoc->max_cwnd; in sctp_enforce_cwnd_limit()
H A Dsctp_structs.h1212 uint32_t max_cwnd; member
H A Dsctp_usrreq.c3687 av->assoc_value = stcb->asoc.max_cwnd;
3695 av->assoc_value = inp->max_cwnd;
6810 stcb->asoc.max_cwnd = av->assoc_value;
6811 if (stcb->asoc.max_cwnd > 0) {
6813 if ((net->cwnd > stcb->asoc.max_cwnd) &&
6815 net->cwnd = stcb->asoc.max_cwnd;
6829 inp->max_cwnd = av->assoc_value;
H A Dsctp_input.c2648 inp->max_cwnd = (*inp_p)->max_cwnd; in sctp_handle_cookie_echo()
H A Dsctputil.c1155 asoc->max_cwnd = inp->max_cwnd; in sctp_init_asoc()
H A Dsctp_pcb.c2296 inp->max_cwnd = 0; in sctp_inpcb_alloc()