Searched refs:retran_path (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/sctp/
H A Dassociola.c491 /* If we are to remove the current retran_path, update it
494 if (asoc->peer.retran_path == peer)
511 if (asoc->peer.retran_path == peer)
512 asoc->peer.retran_path = transport;
727 asoc->peer.retran_path = peer;
730 if (asoc->peer.active_path == asoc->peer.retran_path &&
732 asoc->peer.retran_path = peer;
1276 struct sctp_transport *trans = asoc->peer.retran_path;
1282 /* If active_path and retran_path are the same and active,
1285 if (asoc->peer.active_path == asoc->peer.retran_path
[all...]
H A Doutqueue.c549 if (transport == transport->asoc->peer.retran_path)
996 if (ctx->asoc->peer.retran_path->state == SCTP_UNCONFIRMED)
999 if (ctx->transport != ctx->asoc->peer.retran_path) {
1001 ctx->transport = ctx->asoc->peer.retran_path;
H A Dsm_sideeffect.c1420 * command plays with asoc->peer.retran_path to
1429 if ((asoc->peer.retran_path !=
1747 t = asoc->peer.retran_path;
1748 asoc->peer.retran_path = asoc->peer.primary_path;
1751 asoc->peer.retran_path = t;
/linux-master/include/net/sctp/
H A Dstructs.h1660 /* retran_path
1670 struct sctp_transport *retran_path; member in struct:sctp_association::__anon2538

Completed in 182 milliseconds