Searched refs:ngaps (Results 1 – 1 of 1) sorted by relevance
336 int ngaps = 0; in sctp_tsnmap_num_gabs() local346 gabs[ngaps].start = htons(start); in sctp_tsnmap_num_gabs()347 gabs[ngaps].end = htons(end); in sctp_tsnmap_num_gabs()348 ngaps++; in sctp_tsnmap_num_gabs()349 if (ngaps >= SCTP_MAX_GABS) in sctp_tsnmap_num_gabs()353 return ngaps; in sctp_tsnmap_num_gabs()