Home
last modified time | relevance | path

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

/linux/net/sctp/
A Dtransport.c280 t->pl.probe_high = 0; in sctp_transport_pl_send()
286 t->pl.probe_high = t->pl.probe_size; in sctp_transport_pl_send()
308 __func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, t->pl.probe_high); in sctp_transport_pl_send()
317 __func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, t->pl.probe_high); in sctp_transport_pl_recv()
333 if (!t->pl.probe_high) { in sctp_transport_pl_recv()
339 if (t->pl.probe_size >= t->pl.probe_high) { in sctp_transport_pl_recv()
340 t->pl.probe_high = 0; in sctp_transport_pl_recv()
379 t->pl.probe_high = 0; in sctp_transport_pl_toobig()
393 t->pl.probe_high = 0; in sctp_transport_pl_toobig()
/linux/include/net/sctp/
A Dstructs.h990 __u16 probe_high; member

Completed in 14 milliseconds