Searched refs:probe_high (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/sctp/
H A Dtransport.c282 t->pl.probe_high = 0;
288 t->pl.probe_high = t->pl.probe_size;
304 __func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, t->pl.probe_high);
311 __func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, t->pl.probe_high);
326 if (!t->pl.probe_high) {
332 t->pl.probe_high = SCTP_MAX_PLPMTU;
335 if (t->pl.probe_size >= t->pl.probe_high) {
336 t->pl.probe_high = 0;
375 t->pl.probe_high = 0;
389 t->pl.probe_high
[all...]
/linux-master/include/net/sctp/
H A Dstructs.h987 __u16 probe_high; member in struct:sctp_transport::__anon2526

Completed in 203 milliseconds