OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:high_tsn
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
sctp_input.c
3807
u_int32_t
high_tsn
, u_int8_t ecn_bits)
3816
if (compare_with_wrap(
high_tsn
, stcb->asoc.last_echo_tsn,
3819
sctp_send_ecn_echo(stcb, net,
high_tsn
);
3820
stcb->asoc.last_echo_tsn =
high_tsn
;
3837
u_int32_t
high_tsn
;
local
3959
inp, stcb, net, &
high_tsn
);
3971
sctp_process_ecn_marked_b(stcb, net,
high_tsn
, ecn_bits);
sctp_indata.c
1666
struct sctp_nets *net, u_int32_t *
high_tsn
, int *abort_flag,
1710
if (compare_with_wrap(tsn, *
high_tsn
, MAX_TSN)) {
1711
*
high_tsn
= tsn;
2501
struct sctp_nets *net, u_int32_t *
high_tsn
)
2583
*
high_tsn
= asoc->cumulative_tsn;
2629
chk_length, net,
high_tsn
, &abort_flag, &break_flag,
sctp_output.c
8426
uint32_t
high_tsn
)
8436
ecne->tsn = htonl(
high_tsn
);
8471
ecne->tsn = htonl(
high_tsn
);
8606
sctp_send_cwr(struct sctp_tcb *stcb, struct sctp_nets *net, uint32_t
high_tsn
)
8617
if (compare_with_wrap(
high_tsn
, ntohl(cwr->tsn),
8619
cwr->tsn = htonl(
high_tsn
);
8654
cwr->tsn = htonl(
high_tsn
);
Completed in 31 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026