Home
last modified time | relevance | path

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

/drivers/xen/
Dpvcalls-back.c53 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;
[all …]
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 {