Searched refs:tbnet_dir (Results 1 – 1 of 1) sorted by relevance
214 static struct tb_property_dir *tbnet_dir; variable1427 tbnet_dir = tb_property_create_dir(&tbnet_dir_uuid); in tbnet_init()1428 if (!tbnet_dir) in tbnet_init()1431 tb_property_add_immediate(tbnet_dir, "prtcid", 1); in tbnet_init()1432 tb_property_add_immediate(tbnet_dir, "prtcvers", 1); in tbnet_init()1433 tb_property_add_immediate(tbnet_dir, "prtcrevs", 1); in tbnet_init()1440 ret = tb_register_property_dir("network", tbnet_dir); in tbnet_init()1451 tb_unregister_property_dir("network", tbnet_dir); in tbnet_init()1453 tb_property_free_dir(tbnet_dir); in tbnet_init()1462 tb_unregister_property_dir("network", tbnet_dir); in tbnet_exit()[all …]