Searched defs:vsock_sock (Results 1 – 1 of 1) sorted by relevance
35 struct vsock_sock { struct37 struct sock sk;38 struct sockaddr_vm local_addr;39 struct sockaddr_vm remote_addr;41 struct list_head bound_table;42 struct list_head connected_table;46 bool trusted;47 bool cached_peer_allow_dgram; /* Dgram communication allowed to50 u32 cached_peer; /* Context ID of last dgram destination check. */51 const struct cred *owner;[all …]