Searched defs:cn_callback_entry (Results 1 – 1 of 1) sorted by relevance
50 struct cn_callback_entry { struct51 struct list_head callback_entry;52 atomic_t refcnt;53 struct cn_queue_dev *pdev;55 struct cn_callback_id id;56 void (*callback) (struct cn_msg *, struct netlink_skb_parms *);81 void cn_queue_release_callback(struct cn_callback_entry *); argument