Home
last modified time | relevance | path

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

/linux-6.1.9/net/sctp/
Dtsnmap.c32 static int sctp_tsnmap_grow(struct sctp_tsnmap *map, u16 size);
105 if (gap >= map->len && !sctp_tsnmap_grow(map, gap + 1)) in sctp_tsnmap_mark()
341 static int sctp_tsnmap_grow(struct sctp_tsnmap *map, u16 size) in sctp_tsnmap_grow() function