Searched refs:ngaps (Results 1 – 1 of 1) sorted by relevance
321 int ngaps = 0; in sctp_tsnmap_num_gabs() local331 gabs[ngaps].start = htons(start); in sctp_tsnmap_num_gabs()332 gabs[ngaps].end = htons(end); in sctp_tsnmap_num_gabs()333 ngaps++; in sctp_tsnmap_num_gabs()334 if (ngaps >= SCTP_MAX_GABS) in sctp_tsnmap_num_gabs()338 return ngaps; in sctp_tsnmap_num_gabs()