Home
last modified time | relevance | path

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

/net/sctp/
Dtsnmap.c336 int ngaps = 0; in sctp_tsnmap_num_gabs() local
346 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()