Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sctp/
Dtsnmap.c400 int gabs = 0; in sctp_tsnmap_num_gabs() local
406 &map->gabs[gabs].start, in sctp_tsnmap_num_gabs()
407 &map->gabs[gabs].end)) { in sctp_tsnmap_num_gabs()
409 map->gabs[gabs].start = htons(map->gabs[gabs].start); in sctp_tsnmap_num_gabs()
410 map->gabs[gabs].end = htons(map->gabs[gabs].end); in sctp_tsnmap_num_gabs()
411 gabs++; in sctp_tsnmap_num_gabs()
412 if (gabs >= SCTP_MAX_GABS) in sctp_tsnmap_num_gabs()
416 return gabs; in sctp_tsnmap_num_gabs()
/linux-2.4.37.9/include/net/sctp/
Dtsnmap.h112 struct sctp_gap_ack_block gabs[SCTP_MAX_GABS]; member
180 return map->gabs; in sctp_tsnmap_get_gabs()