Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDsctp_peeloff.c130 n_inp->max_cwnd = inp->max_cwnd; in sctp_do_peeloff()
HDsctp_timer.c176 uint32_t max_cwnd = 0; in sctp_find_alternate_net() local
253 if (max_cwnd < mnet->cwnd) { in sctp_find_alternate_net()
255 max_cwnd = mnet->cwnd; in sctp_find_alternate_net()
256 } else if (max_cwnd == mnet->cwnd) { in sctp_find_alternate_net()
273 max_cwnd = mnet->cwnd; /* Useless? */ in sctp_find_alternate_net()
297 if (max_cwnd < mnet->cwnd) { in sctp_find_alternate_net()
299 max_cwnd = mnet->cwnd; in sctp_find_alternate_net()
300 } else if (max_cwnd == mnet->cwnd) { in sctp_find_alternate_net()
318 max_cwnd = mnet->cwnd; in sctp_find_alternate_net()
HDsctp_pcb.h398 uint32_t max_cwnd; member
HDsctp_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()
HDsctp_structs.h1212 uint32_t max_cwnd; member
HDsctp_usrreq.c3693 av->assoc_value = stcb->asoc.max_cwnd;
3701 av->assoc_value = inp->max_cwnd;
6816 stcb->asoc.max_cwnd = av->assoc_value;
6817 if (stcb->asoc.max_cwnd > 0) {
6819 if ((net->cwnd > stcb->asoc.max_cwnd) &&
6821 net->cwnd = stcb->asoc.max_cwnd;
6835 inp->max_cwnd = av->assoc_value;
HDsctp_input.c2648 inp->max_cwnd = (*inp_p)->max_cwnd; in sctp_handle_cookie_echo()
HDsctputil.c1155 asoc->max_cwnd = inp->max_cwnd; in sctp_init_asoc()
HDsctp_pcb.c2296 inp->max_cwnd = 0; in sctp_inpcb_alloc()