OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tot_out
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctputil.c
434
int resend_cnt,
tot_out
, rep, tot_book_cnt;
local
471
resend_cnt =
tot_out
= 0;
476
tot_out
+= chk->book_size;
499
if (
tot_out
!= stcb->asoc.total_flight) {
507
printf("tot_flt:%d asoc_tot:%d\n",
tot_out
,
509
stcb->asoc.total_flight =
tot_out
;
523
tot_out
= 0;
525
tot_out
+= lnet->flight_size;
527
if (
tot_out
!= stcb->asoc.total_flight) {
536
stcb->asoc.total_flight,
tot_out
);
[
all
...]
sctp_output.c
6887
int error, num_out,
tot_out
, ret, reason_code, burst_cnt, burst_limit;
local
6892
tot_out
= 0;
7037
tot_out
+= num_out;
7058
printf("Ok, we have put out %d chunks\n",
tot_out
);
7061
if (
tot_out
== 0) {
9293
int
tot_out
, dataout;
local
9419
dataout =
tot_out
= uio->uio_resid;
9441
tot_demand = (
tot_out
+ sizeof(struct sctp_paramhdr));
9446
tot_out
= tot_demand - sizeof(struct sctp_paramhdr);
9452
tot_out
= tot_demand - sizeof(struct sctp_paramhdr)
[
all
...]
Completed in 36 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026