Lines Matching defs:sock_mapping
54 struct sock_mapping { struct
55 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;
64 uint32_t ring_order;
65 int irq;
66 atomic_t read;
90 struct sock_mapping *map); argument