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