Home
last modified time | relevance | path

Searched refs:mapping_tsn (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h876 #define SCTP_CALC_TSN_TO_GAP(gap, tsn, mapping_tsn) do { \ argument
877 if (tsn >= mapping_tsn) { \
878 gap = tsn - mapping_tsn; \
880 gap = (MAX_TSN - mapping_tsn) + tsn + 1; \
/f-stack/freebsd/netinet/
H A Dsctp_constants.h876 #define SCTP_CALC_TSN_TO_GAP(gap, tsn, mapping_tsn) do { \ argument
877 if (tsn >= mapping_tsn) { \
878 gap = tsn - mapping_tsn; \
880 gap = (MAX_TSN - mapping_tsn) + tsn + 1; \