Lines Matching defs:handler
148 * @handler: ThunderboltIP configuration protocol handler
179 struct tb_protocol_handler handler;
1242 net->handler.uuid = &tbnet_svc_uuid;
1243 net->handler.callback = tbnet_handle_packet,
1244 net->handler.data = net;
1245 tb_register_protocol_handler(&net->handler);
1251 tb_unregister_protocol_handler(&net->handler);
1264 tb_unregister_protocol_handler(&net->handler);
1284 tb_unregister_protocol_handler(&net->handler);
1293 tb_register_protocol_handler(&net->handler);