Searched refs:new_transport (Results 1 – 4 of 4) sorted by relevance
811 struct sctp_transport *new_transport = chunk->transport; in sctp_outq_select_transport() local813 if (!new_transport) { in sctp_outq_select_transport()826 new_transport = ctx->transport; in sctp_outq_select_transport()828 new_transport = sctp_assoc_lookup_paddr(ctx->asoc, in sctp_outq_select_transport()835 if (!new_transport) in sctp_outq_select_transport()836 new_transport = ctx->asoc->peer.active_path; in sctp_outq_select_transport()840 switch (new_transport->state) { in sctp_outq_select_transport()861 new_transport = ctx->asoc->peer.active_path; in sctp_outq_select_transport()869 if (new_transport != ctx->transport) { in sctp_outq_select_transport()870 ctx->transport = new_transport; in sctp_outq_select_transport()
3819 if (asoc->new_transport) { in sctp_sf_do_asconf()3820 sctp_sf_heartbeat(ep, asoc, type, asoc->new_transport, commands); in sctp_sf_do_asconf()3821 ((struct sctp_association *)asoc)->new_transport = NULL; in sctp_sf_do_asconf()
3087 asoc->new_transport = peer; in sctp_process_asconf_param()
2035 struct sctp_transport *new_transport; member