Home
last modified time | relevance | path

Searched refs:SCTP_PL_COMPLETE (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/sctp/
H A Dtransport.c293 } else if (t->pl.state == SCTP_PL_COMPLETE) { in sctp_transport_pl_send()
339 t->pl.state = SCTP_PL_COMPLETE; /* Search -> Search Complete */ in sctp_transport_pl_recv()
346 } else if (t->pl.state == SCTP_PL_COMPLETE) { in sctp_transport_pl_recv()
352 return t->pl.state == SCTP_PL_COMPLETE; in sctp_transport_pl_recv()
385 } else if (t->pl.state == SCTP_PL_COMPLETE) { in sctp_transport_pl_toobig()
H A Doutqueue.c553 if (transport->pl.state == SCTP_PL_COMPLETE && in sctp_retransmit()
/linux-6.15/include/net/sctp/
H A Dconstants.h208 SCTP_PL_COMPLETE, enumerator