Searched refs:probe_high (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/net/sctp/ |
A D | transport.c | 282 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 D | structs.h | 990 __u16 probe_high; member
|
Completed in 11 milliseconds