Home
last modified time | relevance | path

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

/linux-6.12.1/net/sctp/
Dtransport.c327 if (t->pl.probe_size < SCTP_MAX_PLPMTU) { in sctp_transport_pl_recv()
329 SCTP_MAX_PLPMTU); in sctp_transport_pl_recv()
332 t->pl.probe_high = SCTP_MAX_PLPMTU; in sctp_transport_pl_recv()
347 t->pl.probe_size = min(t->pl.probe_size + SCTP_PL_MIN_STEP, SCTP_MAX_PLPMTU); in sctp_transport_pl_recv()
/linux-6.12.1/include/net/sctp/
Dconstants.h213 #define SCTP_MAX_PLPMTU 9000 macro