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.c271 } else if (t->pl.state == SCTP_PL_SEARCH) { in sctp_transport_pl_send()
309 t->pl.state = SCTP_PL_SEARCH; /* Base -> Search */ in sctp_transport_pl_recv()
312 t->pl.state = SCTP_PL_SEARCH; /* Error -> Search */ in sctp_transport_pl_recv()
318 } else if (t->pl.state == SCTP_PL_SEARCH) { in sctp_transport_pl_recv()
339 t->pl.state = SCTP_PL_SEARCH; /* Search Complete -> Search */ in sctp_transport_pl_recv()
362 } 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