Searched defs:sock_mapping (Results 1 – 2 of 2) sorted by relevance
62 struct sock_mapping { struct63 struct list_head list;64 struct pvcalls_fedata *fedata;65 struct sockpass_mapping *sockpass;66 struct socket *sock;67 uint64_t id;68 grant_ref_t ref;69 struct pvcalls_data_intf *ring;70 void *bytes;71 struct pvcalls_data data;[all …]
59 struct sock_mapping { struct60 bool active_socket;61 struct list_head list;62 struct socket *sock;63 atomic_t refcount;64 union {