Searched refs:SCTP_MAX_PROBES (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/include/net/sctp/ | ||
D | constants.h | 216 #define SCTP_MAX_PROBES 3 macro |
/linux-6.12.1/net/sctp/ | ||
D | transport.c | 266 if (t->pl.probe_count < SCTP_MAX_PROBES) in sctp_transport_pl_send() |