Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/drivers/net/
A Dmacvtap.c158 char tap_name[IFNAMSIZ]; in macvtap_device_event() local
163 snprintf(tap_name, IFNAMSIZ, "tap%d", dev->ifindex); in macvtap_device_event()
178 dev, "%s", tap_name); in macvtap_device_event()
184 tap_name); in macvtap_device_event()
192 sysfs_remove_link(&dev->dev.kobj, tap_name); in macvtap_device_event()

Completed in 3 milliseconds