Searched defs:sock_mapping (Results 1 – 1 of 1) sorted by relevance
54 struct sock_mapping { struct55 struct list_head list;56 struct pvcalls_fedata *fedata;57 struct sockpass_mapping *sockpass;58 struct socket *sock;59 uint64_t id;60 grant_ref_t ref;61 struct pvcalls_data_intf *ring;62 void *bytes;63 struct pvcalls_data data;[all …]