Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dtransport.c275 t->pl.probe_high = 0; in sctp_transport_pl_send()
281 t->pl.probe_high = t->pl.probe_size; in sctp_transport_pl_send()
297 __func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, t->pl.probe_high); in sctp_transport_pl_send()
304 __func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, t->pl.probe_high); in sctp_transport_pl_recv()
319 if (!t->pl.probe_high) { in sctp_transport_pl_recv()
325 t->pl.probe_high = SCTP_MAX_PLPMTU; in sctp_transport_pl_recv()
328 if (t->pl.probe_size >= t->pl.probe_high) { in sctp_transport_pl_recv()
329 t->pl.probe_high = 0; in sctp_transport_pl_recv()
368 t->pl.probe_high = 0; in sctp_transport_pl_toobig()
382 t->pl.probe_high = 0; in sctp_transport_pl_toobig()
/linux/include/net/sctp/
H A Dstructs.h978 __u16 probe_high; member