Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ipvlan/
H A 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()
/openbmc/linux/drivers/net/
H A Dmacvtap.c179 tap_free_minor(macvtap_major, &vlantap->tap); in macvtap_device_event()
194 tap_free_minor(macvtap_major, &vlantap->tap); in macvtap_device_event()
H A Dtap.c443 void tap_free_minor(dev_t major, struct tap_dev *tap) in tap_free_minor() function
463 EXPORT_SYMBOL_GPL(tap_free_minor);
/openbmc/linux/include/linux/
H A Dif_tap.h79 void tap_free_minor(dev_t major, struct tap_dev *tap);