Home
last modified time | relevance | path

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

/openbmc/linux/net/sctp/
H A Dtransport.c291 } else if (t->pl.state == SCTP_PL_COMPLETE) { in sctp_transport_pl_send()
337 t->pl.state = SCTP_PL_COMPLETE; /* Search -> Search Complete */ in sctp_transport_pl_recv()
344 } else if (t->pl.state == SCTP_PL_COMPLETE) { in sctp_transport_pl_recv()
350 return t->pl.state == SCTP_PL_COMPLETE; in sctp_transport_pl_recv()
383 } 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()
/openbmc/linux/include/net/sctp/
H A Dconstants.h208 SCTP_PL_COMPLETE, enumerator