Searched refs:tap_name (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/net/ |
D | macvtap.c | 158 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()
|
/Linux-v6.1/drivers/net/ipvlan/ |
D | ipvtap.c | 145 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()
|