Home
last modified time | relevance | path

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

/net/sctp/
Dtsnmap.c342 int ngaps = 0; in sctp_tsnmap_num_gabs() local
352 gabs[ngaps].start = htons(start); in sctp_tsnmap_num_gabs()
353 gabs[ngaps].end = htons(end); in sctp_tsnmap_num_gabs()
354 ngaps++; in sctp_tsnmap_num_gabs()
355 if (ngaps >= SCTP_MAX_GABS) in sctp_tsnmap_num_gabs()
359 return ngaps; in sctp_tsnmap_num_gabs()