OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_TSN
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
sctp_indata.c
1196
chk->rec.data.TSN_seq,
MAX_TSN
)) {
1617
at->rec.data.TSN_seq,
MAX_TSN
)) {
1683
if (compare_with_wrap(asoc->cumulative_tsn, tsn,
MAX_TSN
) ||
1698
gap = (
MAX_TSN
- asoc->mapping_array_base_tsn) + tsn + 1;
1710
if (compare_with_wrap(tsn, *high_tsn,
MAX_TSN
)) {
1769
asoc->highest_tsn_inside_map,
MAX_TSN
)) {
1967
if (compare_with_wrap(tsn, asoc->highest_tsn_inside_map,
MAX_TSN
)) {
2161
((compare_with_wrap(tsn, ntohl(asoc->pending_reply->reset_at_tsn),
MAX_TSN
)) ||
2180
if (compare_with_wrap(tsn, asoc->highest_tsn_inside_map,
MAX_TSN
)) {
2255
MAX_TSN
)) {
[
all
...]
sctp_constants.h
151
#define
MAX_TSN
0xffffffff
sctp_timer.c
436
MAX_TSN
)) ||
552
MAX_TSN
)) {
834
stcb->asoc.last_acked_seq,
MAX_TSN
)) {
sctp_input.c
2257
if (compare_with_wrap(tsn, stcb->asoc.last_cwr_tsn,
MAX_TSN
)) {
2309
MAX_TSN
) || (cp->tsn == ecne->tsn)) {
2388
MAX_TSN
)) {
2687
(compare_with_wrap(stcb->asoc.cumulative_tsn, tsn,
MAX_TSN
))) {
3789
stcb->asoc.last_echo_tsn,
MAX_TSN
)) {
3799
stcb->asoc.last_echo_tsn,
MAX_TSN
)) {
3817
MAX_TSN
)) {
3984
stcb->asoc.cumulative_tsn,
MAX_TSN
)) {
sctp_pcb.c
4507
cumulative_tsn_p1,
MAX_TSN
)) {
4514
gap = (
MAX_TSN
- asoc->mapping_array_base_tsn) +
4538
cumulative_tsn_p1,
MAX_TSN
)) {
4546
gap = (
MAX_TSN
-
sctp_output.c
7782
maxi = (asoc->highest_tsn_inside_map + (
MAX_TSN
- asoc->mapping_array_base_tsn) + 1);
7829
if (compare_with_wrap(asoc->cumulative_tsn, asoc->highest_tsn_inside_map,
MAX_TSN
)) {
8618
MAX_TSN
)) {
Completed in 27 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025