table of contents
other versions
DEV_PUT(9) | Network device support | DEV_PUT(9) |
NAME¶
dev_put - release reference to deviceSYNOPSIS¶
void dev_put(struct net_device * dev);
ARGUMENTS¶
struct net_device * devnetwork device
DESCRIPTION¶
Release reference to device to allow it to be freed.COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |