table of contents
NETIF_DEVICE_ATTACH(9) | Network device support | NETIF_DEVICE_ATTACH(9) |
NAME¶
netif_device_attach - mark device as attached
SYNOPSIS¶
void netif_device_attach(struct net_device * dev);
ARGUMENTS¶
dev
network device
DESCRIPTION¶
Mark device as attached from system and restart if needed.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |