OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_burst
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/netinet/
sctp_structs.h
573
u_int8_t
max_burst
;
member in struct:sctp_association
sctp_pcb.h
264
uint8_t
max_burst
;
member in struct:sctp_pcb
sctp_timer.c
1274
while ((cnt_sent < stcb->asoc.
max_burst
) && (cnt_of_unconf > 1)) {
sctp_pcb.c
1460
m->
max_burst
= sctp_max_burst_default;
2529
net->cwnd = uimin((net->mtu * 4), uimax((stcb->asoc.
max_burst
* net->mtu), SCTP_INITIAL_CWND));
sctp_usrreq.c
1512
*burst = inp->sctp_ep.
max_burst
;
2619
inp->sctp_ep.
max_burst
= *burst;
sctputil.c
663
asoc->
max_burst
= m->sctp_ep.
max_burst
;
sctp_input.c
2988
(int)stcb->asoc.
max_burst
* (int)net->mtu);
sctp_output.c
6970
burst_limit = asoc->
max_burst
;
6985
burst_limit = asoc->
max_burst
* SCTP_SAT_NETWORK_BURST_INCR;
6990
printf("examined net:%p burst limit:%d\n", net, asoc->
max_burst
);
Completed in 161 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025