Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dconnector.h50 struct cn_callback_entry { struct
51 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