Searched refs:base_tsn (Results 1 – 2 of 2) sorted by relevance
67 map->base_tsn = initial_tsn; in sctp_tsnmap_init()89 gap = tsn - map->base_tsn; in sctp_tsnmap_check()123 if (TSN_lt(tsn, map->base_tsn)) in sctp_tsnmap_mark()125 if (!TSN_lt(tsn, map->base_tsn + map->len + map->len)) in sctp_tsnmap_mark()133 gap = tsn - map->base_tsn; in sctp_tsnmap_mark()174 if (iter->start - map->base_tsn < map->len) { in sctp_tsnmap_next_gap_ack()176 offset = iter->start - map->base_tsn; in sctp_tsnmap_next_gap_ack()186 if (iter->start - map->base_tsn < map->len) in sctp_tsnmap_next_gap_ack()189 offset = iter->start - map->base_tsn - map->len; in sctp_tsnmap_next_gap_ack()216 map->base_tsn; in sctp_tsnmap_next_gap_ack()[all …]
77 __u32 base_tsn; member