Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sctp/
A Dtransport.c282 t->pl.probe_high = 0; in sctp_transport_pl_send()
288 t->pl.probe_high = t->pl.probe_size; 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_send()
311 __func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, t->pl.probe_high); in sctp_transport_pl_recv()
326 if (!t->pl.probe_high) { in sctp_transport_pl_recv()
332 if (t->pl.probe_size >= t->pl.probe_high) { in sctp_transport_pl_recv()
333 t->pl.probe_high = 0; in sctp_transport_pl_recv()
372 t->pl.probe_high = 0; in sctp_transport_pl_toobig()
386 t->pl.probe_high = 0; in sctp_transport_pl_toobig()
/linux-6.3-rc2/include/net/sctp/
A Dstructs.h990 __u16 probe_high; member

Completed in 11 milliseconds