Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ipvlan/
Dipvtap.c166 tap_free_minor(ipvtap_major, &vlantap->tap); in ipvtap_device_event()
181 tap_free_minor(ipvtap_major, &vlantap->tap); in ipvtap_device_event()
/Linux-v4.19/drivers/net/
Dmacvtap.c173 tap_free_minor(macvtap_major, &vlantap->tap); in macvtap_device_event()
188 tap_free_minor(macvtap_major, &vlantap->tap); in macvtap_device_event()
Dtap.c432 void tap_free_minor(dev_t major, struct tap_dev *tap) in tap_free_minor() function
452 EXPORT_SYMBOL_GPL(tap_free_minor);
/Linux-v4.19/include/linux/
Dif_tap.h79 void tap_free_minor(dev_t major, struct tap_dev *tap);