Searched refs:flight_size (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dsctp_var.h246 if (tp1->whoTo->flight_size >= tp1->book_size) \
247 tp1->whoTo->flight_size -= tp1->book_size; \
249 tp1->whoTo->flight_size = 0; \
253 (tp1)->whoTo->flight_size += (tp1)->book_size; \
H A Dsctp_cc_functions.c252 net->flight_size,
297 net->flight_size,
340 net->flight_size,
389 net->flight_size,
407 net->flight_size,
443 net->flight_size,
474 net->flight_size,
523 net->flight_size,
635 net->flight_size,
795 net->flight_size,
[all...]
H A Dsctp_timer.c505 sctp_log_fr(net->flight_size, 0, 0, SCTP_FR_CWND_REPORT);
506 sctp_log_fr(net->flight_size, net->cwnd, stcb->asoc.total_flight, SCTP_FR_CWND_REPORT);
529 orig_flight = net->flight_size;
649 chk->whoTo->flight_size,
701 if ((orig_flight - net->flight_size) != (orig_tf - stcb->asoc.total_flight)) {
768 lnets->flight_size = 0;
777 chk->whoTo->flight_size,
899 (net->flight_size == 0)) {
H A Dsctp_indata.c2696 tp1->whoTo->flight_size,
2900 tp1->whoTo->flight_size,
2909 * artificial inflation of the flight_size.
3214 (tp1->whoTo ? (tp1->whoTo->flight_size) : 0),
3520 tp1->whoTo->flight_size,
3539 tp1->whoTo->flight_size,
3665 tp1->whoTo->flight_size,
3854 net->flight_size = 0;
3896 if (net->flight_size) {
3932 net->flight_size
[all...]
H A Dsctp_uio.h742 uint16_t flight_size; /* flight size in k */ member in struct:sctp_blk_args
1205 uint32_t flight_size; /* */ member in struct:xsctp_raddr
H A Dsctp_output.c7004 data_list[i]->whoTo->flight_size,
7923 (net->flight_size == 0)) {
7926 if (net->flight_size >= net->cwnd) {
7991 (net->flight_size >= net->cwnd)) {
8539 if (net->flight_size >= net->cwnd) {
8544 (net->flight_size > max_rwnd_per_dest)) {
8556 (net->flight_size > max_send_per_dest)) {
8605 if (net->flight_size >= net->cwnd) {
9619 * flight_size > cwnd.
9621 if (net->flight_size >
[all...]
H A Dsctputil.c291 sctp_clog.x.cwnd.inflight = net->flight_size;
361 sctp_clog.x.cwnd.inflight = net->flight_size;
399 sctp_log_rwnd_set(uint8_t from, uint32_t peers_rwnd, uint32_t flight_size, uint32_t overhead, uint32_t a_rwndval) argument
404 sctp_clog.x.rwnd.send_size = flight_size;
499 sctp_clog.x.blk.flight_size = (uint16_t) (asoc->total_flight / 1024);
665 tot_out += lnet->flight_size;
687 if (lnet->flight_size != tot_out) {
689 (void *)lnet, lnet->flight_size,
691 lnet->flight_size = tot_out;
H A Dsctp_sysctl.c506 xraddr.flight_size = net->flight_size;
H A Dsctp_structs.h290 uint32_t flight_size; member in struct:sctp_nets
H A Dsctp_input.c3318 tp1->whoTo->flight_size,
H A Dsctp_usrreq.c135 chk->whoTo->flight_size,
/freebsd-9.3-release/sys/netinet6/
H A Dsctp6_usrreq.c268 net->flight_size -= chk->send_size;

Completed in 171 milliseconds