Home
last modified time | relevance | path

Searched refs:tap_name (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ipvlan/
A Dipvtap.c145 char tap_name[IFNAMSIZ]; in ipvtap_device_event() local
150 snprintf(tap_name, IFNAMSIZ, "tap%d", dev->ifindex); in ipvtap_device_event()
165 dev, "%s", tap_name); in ipvtap_device_event()
171 tap_name); in ipvtap_device_event()
179 sysfs_remove_link(&dev->dev.kobj, tap_name); in ipvtap_device_event()
/linux/drivers/net/
A Dmacvtap.c152 char tap_name[IFNAMSIZ]; in macvtap_device_event() local
157 snprintf(tap_name, IFNAMSIZ, "tap%d", dev->ifindex); in macvtap_device_event()
172 dev, "%s", tap_name); in macvtap_device_event()
178 tap_name); in macvtap_device_event()
186 sysfs_remove_link(&dev->dev.kobj, tap_name); in macvtap_device_event()

Completed in 3 milliseconds