Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/sctp/
Dconstants.h209 SCTP_PL_ERROR, enumerator
/Linux-v6.6/net/sctp/
Dtransport.c272 t->pl.state = SCTP_PL_ERROR; /* Base -> Error */ in sctp_transport_pl_send()
318 } else if (t->pl.state == SCTP_PL_ERROR) { in sctp_transport_pl_recv()
363 t->pl.state = SCTP_PL_ERROR; /* Base -> Error */ in sctp_transport_pl_toobig()
Doutput.c586 if (tp->pl.state == SCTP_PL_ERROR) { /* do IP fragmentation if in Error state */ in sctp_packet_transmit()