Searched refs:sctp_tsnmap_grow (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/net/sctp/
H A Dtsnmap.c47 static int sctp_tsnmap_grow(struct sctp_tsnmap *map, u16 size);
120 if (gap >= map->len && !sctp_tsnmap_grow(map, gap + 1)) sctp_tsnmap_mark()
356 static int sctp_tsnmap_grow(struct sctp_tsnmap *map, u16 size) sctp_tsnmap_grow() function

Completed in 197 milliseconds