Home
last modified time | relevance | path

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

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