OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_flight_count
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
sctp_var.h
126
if (stcb->asoc.
total_flight_count
> 0) \
127
stcb->asoc.
total_flight_count
--; \
130
stcb->asoc.
total_flight_count
= 0; \
135
(stcb)->asoc.
total_flight_count
++; \
sctp_timer.c
499
if (stcb->asoc.
total_flight_count
> 0) {
500
stcb->asoc.
total_flight_count
--;
649
stcb->asoc.
total_flight_count
= 0;
664
stcb->asoc.
total_flight_count
++;
sctp_structs.h
493
unsigned int
total_flight_count
; /* count of chunks used with book total */
member in struct:sctp_association
sctp_indata.c
3637
asoc->
total_flight_count
= 0;
4069
asoc->
total_flight_count
= 0;
sctputil.c
511
if (tot_book_cnt != stcb->asoc.
total_flight_count
) {
521
stcb->asoc.
total_flight_count
= tot_book_cnt;
sctp_output.c
4932
asoc->
total_flight_count
++;
6789
asoc->
total_flight_count
++;
7448
((stcb->asoc.chunks_on_out_queue - stcb->asoc.
total_flight_count
) * sizeof(struct sctp_data_chunk)) +
10107
((stcb->asoc.chunks_on_out_queue - stcb->asoc.
total_flight_count
) * sizeof(struct sctp_data_chunk)) +
Completed in 25 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025