Lines Matching refs:active_path
447 asoc->peer.active_path = transport;
509 if (asoc->peer.active_path == peer)
510 asoc->peer.active_path = transport;
549 struct sctp_transport *active = asoc->peer.active_path;
730 if (asoc->peer.active_path == asoc->peer.retran_path &&
942 * Let's be hopeful and check the active_path first.
948 active = asoc->peer.active_path;
1282 /* If active_path and retran_path are the same and active,
1285 if (asoc->peer.active_path == asoc->peer.retran_path &&
1286 asoc->peer.active_path->state == SCTP_ACTIVE)
1370 trans_pri = sctp_trans_elect_best(asoc->peer.active_path, trans_pf);
1375 asoc->peer.active_path = trans_pri;
1388 return asoc->peer.active_path;