OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cumulative_tsn
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
sctp_indata.c
214
outinfo->sinfo_cumtsn = stcb->asoc.
cumulative_tsn
;
265
outinfo->sinfo_cumtsn = stcb->asoc.
cumulative_tsn
;
1681
sctp_log_map(0, tsn, asoc->
cumulative_tsn
, SCTP_MAP_PREPARE_SLIDE);
1683
if (compare_with_wrap(asoc->
cumulative_tsn
, tsn, MAX_TSN) ||
1684
asoc->
cumulative_tsn
== tsn) {
2197
sctp_log_map(asoc->mapping_array_base_tsn, asoc->
cumulative_tsn
,
2224
old_cumack = asoc->
cumulative_tsn
;
2248
asoc->
cumulative_tsn
= asoc->mapping_array_base_tsn +
2253
if (compare_with_wrap(asoc->
cumulative_tsn
,
2259
(asoc->
cumulative_tsn
== asoc->highest_tsn_inside_map && at >= 8))
[
all
...]
sctp_header.h
419
u_int32_t
cumulative_tsn
; /* resetters cum-ack point receive wise */
member in struct:sctp_stream_reset_response
sctp_structs.h
436
u_int32_t
cumulative_tsn
;
member in struct:sctp_association
439
* MAY be lower then
cumulative_tsn
.
sctp_input.c
238
asoc->
cumulative_tsn
= asoc->asconf_seq_in;
2686
if ((tsn == stcb->asoc.
cumulative_tsn
) ||
2687
(compare_with_wrap(stcb->asoc.
cumulative_tsn
, tsn, MAX_TSN))) {
3788
if (compare_with_wrap(stcb->asoc.
cumulative_tsn
,
3790
stcb->asoc.last_echo_tsn = stcb->asoc.
cumulative_tsn
;
3798
if (compare_with_wrap(stcb->asoc.
cumulative_tsn
,
3800
stcb->asoc.last_echo_tsn = stcb->asoc.
cumulative_tsn
;
3984
stcb->asoc.
cumulative_tsn
, MAX_TSN)) {
sctp_output.c
6315
shutdown_cp->cumulative_tsn_ack = htonl(stcb->asoc.
cumulative_tsn
);
7769
if (asoc->highest_tsn_inside_map == asoc->
cumulative_tsn
) {
7792
asoc->
cumulative_tsn
7798
if (asoc->
cumulative_tsn
>= asoc->mapping_array_base_tsn) {
7799
start = (asoc->
cumulative_tsn
- asoc->mapping_array_base_tsn);
7829
if (compare_with_wrap(asoc->
cumulative_tsn
, asoc->highest_tsn_inside_map, MAX_TSN)) {
7830
asoc->highest_tsn_inside_map = asoc->
cumulative_tsn
;
7894
sack->sack.cum_tsn_ack = htonl(asoc->
cumulative_tsn
);
8809
strack->sr_resp.
cumulative_tsn
= htonl(asoc->
cumulative_tsn
);
[
all
...]
sctp_pcb.c
4499
cumulative_tsn_p1 = asoc->
cumulative_tsn
+ 1;
Completed in 25 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025