Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/
Dmacvtap.c180 tap_free_minor(macvtap_major, &vlantap->tap); in macvtap_device_event()
195 tap_free_minor(macvtap_major, &vlantap->tap); in macvtap_device_event()
Dtap.c441 void tap_free_minor(dev_t major, struct tap_dev *tap) in tap_free_minor() function
461 EXPORT_SYMBOL_GPL(tap_free_minor);
/Linux-v6.1/drivers/net/ipvlan/
Dipvtap.c167 tap_free_minor(ipvtap_major, &vlantap->tap); in ipvtap_device_event()
182 tap_free_minor(ipvtap_major, &vlantap->tap); in ipvtap_device_event()
/Linux-v6.1/include/linux/
Dif_tap.h79 void tap_free_minor(dev_t major, struct tap_dev *tap);