Home
last modified time | relevance | path

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

/openbmc/linux/include/net/sctp/
H A Dconstants.h233 enum { SCTP_MAX_CHUNK_LEN = ((1<<16) - sizeof(__u32)) }; enumerator
/openbmc/linux/net/sctp/
H A Dstream.c314 if (param_len > SCTP_MAX_CHUNK_LEN - in sctp_send_reset_streams()
H A Dassociola.c1405 frag = min_t(int, frag, SCTP_MAX_CHUNK_LEN - in sctp_assoc_update_frag_point()
H A Dsm_make_chunk.c1439 if (chunklen > SCTP_MAX_CHUNK_LEN) in _sctp_make_chunk()
H A Dsocket.c3286 max_len = SCTP_MAX_CHUNK_LEN - datasize; in sctp_setsockopt_maxseg()