Home
last modified time | relevance | path

Searched refs:tap_create_cdev (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/
Dif_tap.h81 int tap_create_cdev(struct cdev *tap_cdev, dev_t *tap_major,
/linux-6.12.1/drivers/net/
Dmacvtap.c213 err = tap_create_cdev(&macvtap_cdev, &macvtap_major, "macvtap", in macvtap_init()
Dtap.c1360 int tap_create_cdev(struct cdev *tap_cdev, dev_t *tap_major, in tap_create_cdev() function
1388 EXPORT_SYMBOL_GPL(tap_create_cdev);
/linux-6.12.1/drivers/net/ipvlan/
Dipvtap.c200 err = tap_create_cdev(&ipvtap_cdev, &ipvtap_major, "ipvtap", in ipvtap_init()