Searched refs:SCTP_UNKNOWN (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/sctp/
H A Dassociola.c446 (transport->state == SCTP_UNKNOWN))
610 if (peer->state == SCTP_UNKNOWN) {
1221 * SCTP_UNKNOWN, etc. You get the picture.
1228 case SCTP_UNKNOWN:
1353 asoc->peer.primary_path->state == SCTP_UNKNOWN) &&
H A Dsocket.c1099 *tp = sctp_assoc_add_peer(asoc, daddr, GFP_KERNEL, SCTP_UNKNOWN);
1154 t = sctp_assoc_add_peer(asoc, daddr, GFP_KERNEL, SCTP_UNKNOWN);
5459 if (status.sstat_primary.spinfo_state == SCTP_UNKNOWN)
5527 if (pinfo.spinfo_state == SCTP_UNKNOWN)
H A Dsm_make_chunk.c2429 if (transport->state == SCTP_UNKNOWN) {
/linux-master/include/uapi/linux/
H A Dsctp.h946 SCTP_UNKNOWN = 0xffff /* Value used for transport state unknown */ enumerator in enum:sctp_spinfo_state
/linux-master/include/net/sctp/
H A Dsctp.h630 (t->state == SCTP_ACTIVE || t->state == SCTP_UNKNOWN)) {

Completed in 194 milliseconds