Searched defs:cn_callback_entry (Results 1 – 1 of 1) sorted by relevance
102 struct cn_callback_entry { struct103 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