OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:my_portion
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctp_input.c
2939
int seg_inflight, seg_onqueue,
my_portion
;
local in function:sctp_handle_packet_dropped
2954
my_portion
= (incr * seg_inflight)/seg_onqueue;
2964
if (diff_adj >
my_portion
)
2965
my_portion
= 0;
2967
my_portion
-= diff_adj;
2974
net->cwnd -=
my_portion
;
sctp_input.c
2939
int seg_inflight, seg_onqueue,
my_portion
;
local in function:sctp_handle_packet_dropped
2954
my_portion
= (incr * seg_inflight)/seg_onqueue;
2964
if (diff_adj >
my_portion
)
2965
my_portion
= 0;
2967
my_portion
-= diff_adj;
2974
net->cwnd -=
my_portion
;
Completed in 76 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025