Home
last modified time | relevance | path

Searched refs:active_path (Results 1 – 5 of 5) sorted by relevance

/linux/net/sctp/
H A Dassociola.c448 asoc->peer.active_path = transport; in sctp_assoc_set_primary()
510 if (asoc->peer.active_path == peer) in sctp_assoc_rm_peer()
511 asoc->peer.active_path = transport; in sctp_assoc_rm_peer()
550 struct sctp_transport *active = asoc->peer.active_path; in sctp_assoc_rm_peer()
731 if (asoc->peer.active_path == asoc->peer.retran_path && in sctp_assoc_add_peer()
925 * Let's be hopeful and check the active_path first. in sctp_assoc_lookup_tsn()
931 active = asoc->peer.active_path; in sctp_assoc_lookup_tsn()
1265 /* If active_path and retran_path are the same and active, in sctp_assoc_update_retran_path()
1268 if (asoc->peer.active_path == asoc->peer.retran_path && in sctp_assoc_update_retran_path()
1269 asoc->peer.active_path in sctp_assoc_update_retran_path()
[all...]
H A Doutqueue.c828 new_transport = ctx->asoc->peer.active_path; in sctp_outq_select_transport()
853 new_transport = ctx->asoc->peer.active_path; in sctp_outq_select_transport()
H A Dsm_sideeffect.c612 asoc->peer.active_path != transport) in sctp_do_8_2_transport_strike()
613 sctp_assoc_set_primary(asoc, asoc->peer.active_path); in sctp_do_8_2_transport_strike()
H A Dtransport.c470 (!asoc->peer.primary_path || transport == asoc->peer.active_path)) in sctp_transport_route()
/linux/include/net/sctp/
H A Dstructs.h1655 /* active_path
1659 struct sctp_transport *active_path; member