Searched refs:macvtap_class (Results 1 – 1 of 1) sorted by relevance
44 static struct class macvtap_class = { variable 176 classdev = device_create(&macvtap_class, &dev->dev, devt, in macvtap_device_event() 193 device_destroy(&macvtap_class, devt); in macvtap_device_event() 218 err = class_register(&macvtap_class); in macvtap_init() 235 class_unregister(&macvtap_class); in macvtap_init() 247 class_unregister(&macvtap_class); in macvtap_exit()