Searched defs:vsock_sock (Results 1 – 1 of 1) sorted by relevance
30 struct vsock_sock { struct32 struct sock sk;33 struct sockaddr_vm local_addr;34 struct sockaddr_vm remote_addr;36 struct list_head bound_table;37 struct list_head connected_table;41 bool trusted;42 bool cached_peer_allow_dgram; /* Dgram communication allowed to45 u32 cached_peer; /* Context ID of last dgram destination check. */46 const struct cred *owner;[all …]