OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_rwnd
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
sctp_structs.h
460
u_int32_t
my_rwnd
;
member in struct:sctp_association
sctp_indata.c
131
asoc->
my_rwnd
= uimax(stcb->sctp_socket->so_rcv.sb_hiwat,
148
asoc->
my_rwnd
= calc;
155
asoc->
my_rwnd
= 1;
158
if (asoc->
my_rwnd
&&
159
(asoc->
my_rwnd
< stcb->sctp_ep->sctp_ep.sctp_sws_receiver)) {
161
asoc->
my_rwnd
= 1;
1758
(((int)asoc->
my_rwnd
) <= 0)) {
1775
(u_long)tsn, (u_long)asoc->
my_rwnd
,
sctp_input.c
1264
asoc->
my_rwnd
= ntohl(initack_cp->init.a_rwnd);
1339
asoc->
my_rwnd
= ntohl(initack_cp->init.a_rwnd);
1529
asoc->
my_rwnd
= ntohl(initack_cp->init.a_rwnd);
sctp_usrreq.c
2250
sasoc->sasoc_local_rwnd = stcb->asoc.
my_rwnd
;
3508
incr = stcb->asoc.
my_rwnd
- stcb->asoc.my_last_reported_rwnd;
sctputil.c
735
asoc->
my_rwnd
= uimax(m->sctp_socket->so_rcv.sb_hiwat, SCTP_MINIMAL_RWND);
sctp_output.c
7895
sack->sack.a_rwnd = htonl(asoc->
my_rwnd
);
7896
asoc->my_last_reported_rwnd = asoc->
my_rwnd
;
Completed in 27 milliseconds
Indexes created Mon Oct 27 16:09:52 GMT 2025