Searched refs:probe_high (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/net/sctp/ |
D | transport.c | 284 t->pl.probe_high = 0; in sctp_transport_pl_send() 290 t->pl.probe_high = t->pl.probe_size; in sctp_transport_pl_send() 306 __func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, t->pl.probe_high); in sctp_transport_pl_send() 313 __func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, t->pl.probe_high); in sctp_transport_pl_recv() 328 if (!t->pl.probe_high) { in sctp_transport_pl_recv() 334 if (t->pl.probe_size >= t->pl.probe_high) { in sctp_transport_pl_recv() 335 t->pl.probe_high = 0; in sctp_transport_pl_recv() 374 t->pl.probe_high = 0; in sctp_transport_pl_toobig() 388 t->pl.probe_high = 0; in sctp_transport_pl_toobig()
|
/Linux-v6.1/include/net/sctp/ |
D | structs.h | 989 __u16 probe_high; member
|