Home
last modified time | relevance | path

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

/linux-6.15/include/net/sctp/
H A Dconstants.h216 #define SCTP_MAX_PROBES 3 macro
/linux-6.15/net/sctp/
H A Dtransport.c268 if (t->pl.probe_count < SCTP_MAX_PROBES) in sctp_transport_pl_send()