Lines Matching refs:callback
9 netlink based network. One must register a callback and an identifier.
11 identifier, the appropriate callback will be called.
26 int cn_add_callback(struct cb_id *id, char *name, void (*callback) (struct cn_msg *, struct netlink…
37 connector.h header for in-kernel usage. void (*callback) (void *) is a
38 callback function which will be called when a message with above idx.val
57 int cn_add_callback(struct cb_id *id, char *name, void (*callback) (struct cn_msg *, struct netlink…
59 Registers new callback with connector core.
63 char *name - connector's callback symbolic name.
64 void (*callback) (struct cn..) - connector's callback.
70 Unregisters new callback with connector core.
97 Note: When registering new callback user, connector core assigns
129 callback). It is done by sending a special command to the connector