Home
last modified time | relevance | path

Searched refs:SCTP_ACTIVE (Results 1 – 6 of 6) sorted by relevance

/linux/net/sctp/
H A Dassociola.c445 if ((transport->state == SCTP_ACTIVE) || in sctp_assoc_set_primary()
611 peer->state = SCTP_ACTIVE; in sctp_assoc_add_peer()
815 transport->state = SCTP_ACTIVE; in sctp_assoc_control_transport()
1226 case SCTP_ACTIVE: in sctp_trans_score()
1286 asoc->peer.active_path->state == SCTP_ACTIVE) in sctp_assoc_update_retran_path()
1299 if (trans_next->state == SCTP_ACTIVE) in sctp_assoc_update_retran_path()
1352 if ((asoc->peer.primary_path->state == SCTP_ACTIVE || in sctp_select_active_and_retran_path()
H A Dsm_sideeffect.c582 transport->state == SCTP_ACTIVE && in sctp_do_8_2_transport_strike()
H A Dsm_make_chunk.c2377 if (!sctp_assoc_add_peer(asoc, peer_addr, gfp, SCTP_ACTIVE)) in sctp_process_init()
2520 if (transport->state != SCTP_ACTIVE) in sctp_process_init()
H A Dsocket.c5465 status.sstat_primary.spinfo_state = SCTP_ACTIVE; in sctp_getsockopt_sctp_status()
5533 pinfo.spinfo_state = SCTP_ACTIVE; in sctp_getsockopt_peer_addr_info()
/linux/include/uapi/linux/
H A Dsctp.h944 SCTP_ACTIVE, enumerator
/linux/include/net/sctp/
H A Dsctp.h630 (t->state == SCTP_ACTIVE || t->state == SCTP_UNKNOWN)) { in sctp_transport_pl_reset()