Lines Matching refs:active_path
446 asoc->peer.active_path = transport;
508 if (asoc->peer.active_path == peer)
509 asoc->peer.active_path = transport;
548 struct sctp_transport *active = asoc->peer.active_path;
724 if (asoc->peer.active_path == asoc->peer.retran_path &&
934 * Let's be hopeful and check the active_path first.
940 active = asoc->peer.active_path;
1274 /* If active_path and retran_path are the same and active,
1277 if (asoc->peer.active_path == asoc->peer.retran_path &&
1278 asoc->peer.active_path->state == SCTP_ACTIVE)
1362 trans_pri = sctp_trans_elect_best(asoc->peer.active_path, trans_pf);
1367 asoc->peer.active_path = trans_pri;
1380 return asoc->peer.active_path;