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 …]
65 struct sock_mapping { struct66 bool active_socket;67 struct list_head list;68 struct socket *sock;69 atomic_t refcount;70 union {