search for: vsock_dgram_bind

Displaying 1 result from an estimated 1 matches for "vsock_dgram_bind".

2023 Aug 04
0
[PATCH RFC net-next v5 03/14] af_vsock: support multi-transport datagrams
...hecking for vsk->transport == >> > > NULL. >> > >> > Actually, on further reflection here, in order for the vsk->transport to >> > be called in time for ->dgram_addr_init(), it is going to be necessary >> > to call vsock_assign_transport() in vsock_dgram_bind() anyway. >> > >> > I think this means that the vsock_assign_transport() call can be removed >> > from vsock_create() call entirely, and yet VMCI can still dispatch >> > messages upon bind() calls as needed. >> > >> > This would then simplify th...