Home
last modified time | relevance | path

Searched refs:SCTP_DEFAULT_MAXSEGMENT (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/net/sctp/
H A Dconstants.h276 #define SCTP_DEFAULT_MAXSEGMENT 1500 /* MTU size, this is the limit macro
/kernel/linux/linux-6.6/include/net/sctp/
H A Dconstants.h294 #define SCTP_DEFAULT_MAXSEGMENT 1500 /* MTU size, this is the limit macro
/kernel/linux/linux-5.10/net/sctp/
H A Dtransport.c243 transport->pathmtu = SCTP_DEFAULT_MAXSEGMENT; in sctp_transport_pmtu()
H A Dsm_make_chunk.c1237 * min(asoc->pathmtu, SCTP_DEFAULT_MAXSEGMENT) - overheads.
1247 size_t size = SCTP_DEFAULT_MAXSEGMENT; in sctp_make_op_error_limited()
/kernel/linux/linux-6.6/net/sctp/
H A Dtransport.c259 transport->pathmtu = SCTP_DEFAULT_MAXSEGMENT; in sctp_transport_pmtu()
H A Dsm_make_chunk.c1282 * min(asoc->pathmtu, SCTP_DEFAULT_MAXSEGMENT) - overheads.
1292 size_t size = SCTP_DEFAULT_MAXSEGMENT; in sctp_make_op_error_limited()

Completed in 13 milliseconds