Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dconnector.h102 struct cn_callback_entry { struct
103 struct list_head callback_entry;
104 atomic_t refcnt;
105 struct cn_queue_dev *pdev;
107 struct cn_callback_id id;
108 void (*callback) (struct cn_msg *, struct netlink_skb_parms *);
132 void cn_queue_release_callback(struct cn_callback_entry *); argument