Home
last modified time | relevance | path

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

/linux/net/sctp/
H A 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/include/net/sctp/
H A Dconstants.h213 #define SCTP_MAX_PLPMTU 9000 macro