Home
last modified time | relevance | path

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

/linux/drivers/net/ipvlan/
H A Dipvtap.c144 char tap_name[IFNAMSIZ]; in ipvtap_device_event() local
149 snprintf(tap_name, IFNAMSIZ, "tap%d", dev->ifindex); in ipvtap_device_event()
164 dev, "%s", tap_name); in ipvtap_device_event()
170 tap_name); in ipvtap_device_event()
178 sysfs_remove_link(&dev->dev.kobj, tap_name); in ipvtap_device_event()
/linux/drivers/net/
H A Dmacvtap.c157 char tap_name[IFNAMSIZ]; in macvtap_device_event() local
162 snprintf(tap_name, IFNAMSIZ, "tap%d", dev->ifindex); in macvtap_device_event()
177 dev, "%s", tap_name); in macvtap_device_event()
183 tap_name); in macvtap_device_event()
191 sysfs_remove_link(&dev->dev.kobj, tap_name); in macvtap_device_event()