Searched defs:vsock_sock (Results 1 – 1 of 1) sorted by relevance
33 struct vsock_sock { struct35 struct sock sk;36 struct sockaddr_vm local_addr;37 struct sockaddr_vm remote_addr;39 struct list_head bound_table;40 struct list_head connected_table;44 bool trusted;45 bool cached_peer_allow_dgram; /* Dgram communication allowed to48 u32 cached_peer; /* Context ID of last dgram destination check. */49 const struct cred *owner;[all …]