Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/
Dmacvtap.c174 tap_free_minor(macvtap_major, &vlantap->tap); in macvtap_device_event()
189 tap_free_minor(macvtap_major, &vlantap->tap); in macvtap_device_event()
Dtap.c433 void tap_free_minor(dev_t major, struct tap_dev *tap) in tap_free_minor() function
453 EXPORT_SYMBOL_GPL(tap_free_minor);
/Linux-v5.4/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-v5.4/include/linux/
Dif_tap.h78 void tap_free_minor(dev_t major, struct tap_dev *tap);