max_burst_bytes 601 net/sctp/transport.c u32 max_burst_bytes; max_burst_bytes 606 net/sctp/transport.c max_burst_bytes = t->flight_size + (asoc->max_burst * asoc->pathmtu); max_burst_bytes 607 net/sctp/transport.c if (max_burst_bytes < old_cwnd) { max_burst_bytes 608 net/sctp/transport.c t->cwnd = max_burst_bytes;