OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_acked_seq
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
sctp_structs.h
414
u_int32_t
last_acked_seq
;
member in struct:sctp_association
641
*
last_acked_seq
. 0 indicates packet missing 1 indicates packet
642
* rec'd. We slide it up every time we raise
last_acked_seq
and 0
sctp_indata.c
3586
printf("cum_ack:%lx num_seg:%u
last_acked_seq
:%x\n",
3587
cum_ack, (u_int)num_seg, asoc->
last_acked_seq
);
3598
if (compare_with_wrap(asoc->
last_acked_seq
, last_tsn, MAX_TSN)) {
3789
asoc->
last_acked_seq
= cum_ack;
3851
if (compare_with_wrap(asoc->
last_acked_seq
,
3853
asoc->
last_acked_seq
== asoc->fast_recovery_tsn) {
4223
if (compare_with_wrap(asoc->
last_acked_seq
, asoc->nonce_wait_tsn, MAX_TSN) ||
4224
(asoc->
last_acked_seq
== asoc->nonce_wait_tsn)) {
4234
if (compare_with_wrap(asoc->
last_acked_seq
, asoc->nonce_resync_tsn, MAX_TSN)) {
4260
((compare_with_wrap(asoc->
last_acked_seq
, asoc->sat_t3_recovery_tsn
[
all
...]
sctp_timer.c
434
if ((compare_with_wrap(stcb->asoc.
last_acked_seq
,
437
(stcb->asoc.
last_acked_seq
== chk->rec.data.TSN_seq)) {
834
stcb->asoc.
last_acked_seq
, MAX_TSN)) {
sctp_input.c
240
asoc->advanced_peer_ack_point = asoc->
last_acked_seq
;
1272
asoc->asconf_seq_in = asoc->
last_acked_seq
= asoc->init_seq_number - 1;
1274
asoc->advanced_peer_ack_point = asoc->
last_acked_seq
;
1347
asoc->asconf_seq_in = asoc->
last_acked_seq
= asoc->init_seq_number - 1;
1350
asoc->advanced_peer_ack_point = asoc->
last_acked_seq
;
1535
asoc->asconf_seq_in = asoc->
last_acked_seq
= asoc->init_seq_number - 1;
1538
asoc->advanced_peer_ack_point = asoc->
last_acked_seq
;
sctputil.c
683
asoc->
last_acked_seq
= asoc->init_seq_number - 1;
684
asoc->advanced_peer_ack_point = asoc->
last_acked_seq
;
685
asoc->asconf_seq_in = asoc->
last_acked_seq
;
688
asoc->str_reset_seq_in = asoc->
last_acked_seq
+ 1;
sctp_output.c
6621
tsn = asoc->
last_acked_seq
+ 1;
Completed in 25 milliseconds
Indexes created Thu Nov 06 07:09:58 GMT 2025