OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:book_size
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
sctp_var.h
113
if (tp1->whoTo->flight_size >= tp1->
book_size
) \
114
tp1->whoTo->flight_size -= tp1->
book_size
; \
120
(tp1)->whoTo->flight_size += (tp1)->
book_size
; \
124
if (stcb->asoc.total_flight >= tp1->
book_size
) { \
125
stcb->asoc.total_flight -= tp1->
book_size
; \
136
(stcb)->asoc.total_flight += (tp1)->
book_size
; \
sctp_structs.h
241
u_int32_t
book_size
;
member in struct:sctp_tmit_chunk
sctputil.c
476
tot_out += chk->
book_size
;
543
tot_out += chk->
book_size
;
3343
tp1->
book_size
,
3347
if (asoc->total_output_queue_size >= tp1->
book_size
) {
3348
asoc->total_output_queue_size -= tp1->
book_size
;
3361
if (stcb->sctp_socket->so_snd.sb_cc >= tp1->
book_size
) {
3362
stcb->sctp_socket->so_snd.sb_cc -= tp1->
book_size
;
3384
ret_sz += tp1->
book_size
;
sctp_timer.c
662
stcb->asoc.total_flight += chk->
book_size
;
663
chk->whoTo->flight_size += chk->
book_size
;
sctp_usrreq.c
216
chk->
book_size
>>= 1;
217
new_chk->
book_size
>>= 1;
319
if (net->flight_size >= chk->
book_size
) {
320
net->flight_size -= chk->
book_size
;
sctp_output.c
3941
*
book_size
if the
3972
*
book_size
if the
4357
chk->
book_size
= chk->send_size;
4460
chk->
book_size
= chk->send_size;
4930
net->flight_size += data_list[i]->
book_size
;
4931
asoc->total_flight += data_list[i]->
book_size
;
6787
net->flight_size += data_list[i]->
book_size
;
6788
asoc->total_flight += data_list[i]->
book_size
;
8557
chk->
book_size
= (chk->send_size + sizeof(struct sctp_pktdrop_chunk) +
8559
if (chk->
book_size
> small_one)
[
all
...]
Completed in 23 milliseconds
Indexes created Thu Nov 06 07:09:58 GMT 2025