Home
last modified time | relevance | path

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

/Linux-v5.15/net/sctp/
Dtransport.c301 if (t->pl.state == SCTP_PL_COMPLETE && t->pl.raise_count < 30 && in sctp_transport_pl_send()
303 t->pl.raise_count++; in sctp_transport_pl_send()
341 t->pl.raise_count = 0; in sctp_transport_pl_recv()
348 } else if (t->pl.state == SCTP_PL_COMPLETE && t->pl.raise_count == 30) { in sctp_transport_pl_recv()
/Linux-v5.15/include/net/sctp/
Dstructs.h992 __u8 raise_count:5; member