Home
last modified time | relevance | path

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

/linux-3.4.99/net/sctp/
Dtsnmap.c343 int ngaps = 0; in sctp_tsnmap_num_gabs() local
353 gabs[ngaps].start = htons(start); in sctp_tsnmap_num_gabs()
354 gabs[ngaps].end = htons(end); in sctp_tsnmap_num_gabs()
355 ngaps++; in sctp_tsnmap_num_gabs()
356 if (ngaps >= SCTP_MAX_GABS) in sctp_tsnmap_num_gabs()
360 return ngaps; in sctp_tsnmap_num_gabs()