1NETDEV_UPPER_DEV_UNL(9) Network device support NETDEV_UPPER_DEV_UNL(9)
23
4
NAME
6netdev_upper_dev_unlink - Removes a link to upper device
7
SYNOPSIS
9void netdev_upper_dev_unlink(struct net_device * dev,
10struct net_device * upper_dev);
11
ARGUMENTS
13dev
14device
1516
upper_dev
17new upper device
18
DESCRIPTION
20Removes a link to device which is upper to this one. The caller must
21hold the RTNL lock.
22
COPYRIGHT
24Kernel Hackers Manual 3.10 June 2019 NETDEV_UPPER_DEV_UNL(9)