table of contents
other versions
NETIF_DEVICE_ATTACH(9) | Network device support | NETIF_DEVICE_ATTACH(9) |
NAME¶
netif_device_attach - mark device as attachedSYNOPSIS¶
void netif_device_attach(struct net_device * dev);
ARGUMENTS¶
struct net_device * devnetwork device
DESCRIPTION¶
Mark device as attached from system and restart if needed.COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |