Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dif_tap.h80 int tap_create_cdev(struct cdev *tap_cdev, dev_t *tap_major,
/linux-5.19.10/drivers/net/ipvlan/
Dipvtap.c201 err = tap_create_cdev(&ipvtap_cdev, &ipvtap_major, "ipvtap", in ipvtap_init()
/linux-5.19.10/drivers/net/
Dmacvtap.c214 err = tap_create_cdev(&macvtap_cdev, &macvtap_major, "macvtap", in macvtap_init()
Dtap.c1335 int tap_create_cdev(struct cdev *tap_cdev, dev_t *tap_major, in tap_create_cdev() function
1363 EXPORT_SYMBOL_GPL(tap_create_cdev);