Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dtransport.c310 t->pl.probe_size += SCTP_PL_BIG_STEP; in sctp_transport_pl_recv()
317 t->pl.probe_size += SCTP_PL_BIG_STEP; in sctp_transport_pl_recv()
321 t->pl.probe_size = min(t->pl.probe_size + SCTP_PL_BIG_STEP, in sctp_transport_pl_recv()
/linux/include/net/sctp/
H A Dconstants.h218 #define SCTP_PL_BIG_STEP 32 macro