Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dtransport.c278 } else if (t->pl.state == SCTP_PL_SEARCH) { in sctp_transport_pl_send()
316 t->pl.state = SCTP_PL_SEARCH; /* Base -> Search */ in sctp_transport_pl_recv()
319 t->pl.state = SCTP_PL_SEARCH; /* Error -> Search */ in sctp_transport_pl_recv()
325 } else if (t->pl.state == SCTP_PL_SEARCH) { in sctp_transport_pl_recv()
346 t->pl.state = SCTP_PL_SEARCH; /* Search Complete -> Search */ in sctp_transport_pl_recv()
369 } else if (t->pl.state == SCTP_PL_SEARCH) { in sctp_transport_pl_toobig()
/linux/include/net/sctp/
H A Dconstants.h207 SCTP_PL_SEARCH, enumerator