table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
NETIF_STACKED_TRANSF(9) | Network device support | NETIF_STACKED_TRANSF(9) |
NAME¶
netif_stacked_transfer_operstate - transfer operstateSYNOPSIS¶
void
netif_stacked_transfer_operstate(const struct net_device * rootdev,
struct net_device * dev);
ARGUMENTS¶
rootdevthe root or lower level device to transfer
state from
dev
the device to transfer operstate to
DESCRIPTION¶
Transfer operational state from root to device. This is normally called when a stacking relationship exists between the root device and the device(a leaf device).COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |