Home
last modified time | relevance | path

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

/openbmc/linux/include/net/sctp/
H A Dconstants.h251 #define SCTP_TSN_MAP_INCREMENT SCTP_TSN_MAP_INITIAL macro
/openbmc/linux/net/sctp/
H A Dtsnmap.c350 inc = ALIGN((size - map->len), BITS_PER_LONG) + SCTP_TSN_MAP_INCREMENT; in sctp_tsnmap_grow()