Searched refs:probe_high (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/net/sctp/ |
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 t->pl.probe_high = SCTP_MAX_PLPMTU; in sctp_transport_pl_recv() 335 if (t->pl.probe_size >= t->pl.probe_high) { in sctp_transport_pl_recv() 336 t->pl.probe_high = 0; in sctp_transport_pl_recv() 375 t->pl.probe_high = 0; in sctp_transport_pl_toobig() 389 t->pl.probe_high = 0; in sctp_transport_pl_toobig()
|
/linux-6.6.21/include/net/sctp/ |
D | structs.h | 990 __u16 probe_high; member
|