Searched refs:new_transport (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/vmw_vsock/
H A Daf_vsock.c441 const struct vsock_transport *new_transport; local
463 new_transport = transport_dgram;
468 new_transport = transport_local;
471 new_transport = transport_g2h;
473 new_transport = transport_h2g;
480 if (vsk->transport == new_transport)
496 if (!new_transport || !try_module_get(new_transport->module))
500 if (!new_transport->seqpacket_allow ||
501 !new_transport
[all...]
/linux-master/net/sctp/
H A Doutqueue.c803 struct sctp_transport *new_transport = chunk->transport; local
805 if (!new_transport) {
818 new_transport = ctx->transport;
820 new_transport = sctp_assoc_lookup_paddr(ctx->asoc,
827 if (!new_transport)
828 new_transport = ctx->asoc->peer.active_path;
832 switch (new_transport->state) {
853 new_transport = ctx->asoc->peer.active_path;
861 if (new_transport != ctx->transport) {
862 ctx->transport = new_transport;
[all...]
H A Dsm_statefuns.c3964 if (asoc->new_transport) {
3965 sctp_sf_heartbeat(ep, asoc, type, asoc->new_transport, commands);
3966 ((struct sctp_association *)asoc)->new_transport = NULL;
H A Dsm_make_chunk.c3125 asoc->new_transport = peer;
/linux-master/include/net/sctp/
H A Dstructs.h2059 struct sctp_transport *new_transport; member in struct:sctp_association

Completed in 161 milliseconds