Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/xen/
Dpvcalls-back.c62 struct sock_mapping { struct
63 struct list_head list;
64 struct pvcalls_fedata *fedata;
65 struct sockpass_mapping *sockpass;
66 struct socket *sock;
67 uint64_t id;
68 grant_ref_t ref;
69 struct pvcalls_data_intf *ring;
70 void *bytes;
71 struct pvcalls_data data;
[all …]
Dpvcalls-front.c65 struct sock_mapping { struct
66 bool active_socket;
67 struct list_head list;
68 struct socket *sock;
69 atomic_t refcount;
70 union {