Home
last modified time | relevance | path

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

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