Home
last modified time | relevance | path

Searched defs:sock_mapping (Results 1 – 2 of 2) sorted by relevance

/drivers/xen/
A Dpvcalls-back.c54 struct sock_mapping { struct
55 struct list_head list;
58 struct socket *sock;
59 uint64_t id;
60 grant_ref_t ref;
62 void *bytes;
63 struct pvcalls_data data;
64 uint32_t ring_order;
65 int irq;
66 atomic_t read;
[all …]
A Dpvcalls-front.c56 struct sock_mapping { struct
57 bool active_socket;
58 struct list_head list;
59 struct socket *sock;
60 atomic_t refcount;
61 union {

Completed in 12 milliseconds