Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sctp/
Dtsnmap.c68 map->overflow_tsn = initial_tsn + map->len; in sctp_tsnmap_init()
276 if (ctsn == map->overflow_tsn) { in sctp_tsnmap_update()
287 map->overflow_tsn += map->len; in sctp_tsnmap_update()
/linux-2.4.37.9/include/net/sctp/
Dtsnmap.h69 __u32 overflow_tsn; member