Searched defs:vsock_sock (Results 1 – 1 of 1) sorted by relevance
27 struct vsock_sock { struct29 struct sock sk;30 struct sockaddr_vm local_addr;31 struct sockaddr_vm remote_addr;33 struct list_head bound_table;34 struct list_head connected_table;38 bool trusted;39 bool cached_peer_allow_dgram; /* Dgram communication allowed to42 u32 cached_peer; /* Context ID of last dgram destination check. */43 const struct cred *owner;[all …]