Searched refs:probe_high (Results 1 – 2 of 2) sorted by relevance
/linux/net/sctp/ |
H A 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 t->pl.probe_high = SCTP_MAX_PLPMTU; in sctp_transport_pl_recv() 337 if (t->pl.probe_size >= t->pl.probe_high) { in sctp_transport_pl_recv() 338 t->pl.probe_high = 0; in sctp_transport_pl_recv() 377 t->pl.probe_high = 0; in sctp_transport_pl_toobig() 391 t->pl.probe_high in sctp_transport_pl_toobig() [all...] |
/linux/include/net/sctp/ |
H A D | structs.h | 988 __u16 probe_high; member
|