Searched refs:SCTP_TSN_MAP_SIZE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/ |
H A D | tsnmap.c | 80 if (!TSN_lt(tsn, map->base_tsn + SCTP_TSN_MAP_SIZE)) in sctp_tsnmap_check() 196 if (!TSN_lt(tsn, map->base_tsn + SCTP_TSN_MAP_SIZE)) in sctp_tsnmap_skip() 347 if (size > SCTP_TSN_MAP_SIZE) in sctp_tsnmap_grow() 351 len = min_t(u16, map->len + inc, SCTP_TSN_MAP_SIZE); in sctp_tsnmap_grow()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | tsnmap.c | 80 if (!TSN_lt(tsn, map->base_tsn + SCTP_TSN_MAP_SIZE)) in sctp_tsnmap_check() 196 if (!TSN_lt(tsn, map->base_tsn + SCTP_TSN_MAP_SIZE)) in sctp_tsnmap_skip() 347 if (size > SCTP_TSN_MAP_SIZE) in sctp_tsnmap_grow() 351 len = min_t(u16, map->len + inc, SCTP_TSN_MAP_SIZE); in sctp_tsnmap_grow()
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | constants.h | 228 * SACK (see section 3.3.4) are only 16 bits, so 2*SCTP_TSN_MAP_SIZE 234 #define SCTP_TSN_MAP_SIZE 4096 macro
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | constants.h | 246 * SACK (see section 3.3.4) are only 16 bits, so 2*SCTP_TSN_MAP_SIZE 252 #define SCTP_TSN_MAP_SIZE 4096 macro
|
Completed in 4 milliseconds