Searched defs:cn_msg (Results 1 – 4 of 4) sorted by relevance
69 struct cn_msg { struct70 struct cb_id id;72 __u32 seq;73 __u32 ack;75 __u16 len; /* Length of the following data */76 __u16 flags;77 __u8 data[0];
37 void (*callback)(struct cn_msg *, in cn_queue_alloc_callback_entry()75 void (*callback)(struct cn_msg *, in cn_queue_add_callback()
209 void (*callback)(struct cn_msg *, in cn_add_callback()
182 struct cn_msg *cn_msg; in hvutil_transport_send() local