Lines Matching defs:handler
152 * @handler: ThunderboltIP configuration protocol handler
183 struct tb_protocol_handler handler;
1340 net->handler.uuid = &tbnet_svc_uuid;
1341 net->handler.callback = tbnet_handle_packet;
1342 net->handler.data = net;
1343 tb_register_protocol_handler(&net->handler);
1349 tb_unregister_protocol_handler(&net->handler);
1362 tb_unregister_protocol_handler(&net->handler);
1382 tb_unregister_protocol_handler(&net->handler);
1391 tb_register_protocol_handler(&net->handler);