Lines Matching defs:sock_mapping
53 struct sock_mapping { struct
54 struct list_head list;
55 struct pvcalls_fedata *fedata;
56 struct sockpass_mapping *sockpass;
57 struct socket *sock;
58 uint64_t id;
59 grant_ref_t ref;
60 struct pvcalls_data_intf *ring;
61 void *bytes;
62 struct pvcalls_data data;
63 uint32_t ring_order;
64 int irq;
65 atomic_t read;
89 struct sock_mapping *map); argument