Lines Matching refs:active
545 struct sctp_transport *active = asoc->peer.active_path; in sctp_assoc_rm_peer() local
555 &active->transmitted); in sctp_assoc_rm_peer()
561 if (!timer_pending(&active->T3_rtx_timer)) in sctp_assoc_rm_peer()
562 if (!mod_timer(&active->T3_rtx_timer, in sctp_assoc_rm_peer()
563 jiffies + active->rto)) in sctp_assoc_rm_peer()
564 sctp_transport_hold(active); in sctp_assoc_rm_peer()
923 struct sctp_transport *active; in sctp_assoc_lookup_tsn() local
946 active = asoc->peer.active_path; in sctp_assoc_lookup_tsn()
948 list_for_each_entry(chunk, &active->transmitted, in sctp_assoc_lookup_tsn()
952 match = active; in sctp_assoc_lookup_tsn()
961 if (transport == active) in sctp_assoc_lookup_tsn()