Man Page: netdev_has_upper_dev
Operating Environment: centos
Section: 9
NETDEV_HAS_UPPER_DEV(9) Network device support NETDEV_HAS_UPPER_DEV(9)NAMEnetdev_has_upper_dev - Check if device is linked to an upper deviceSYNOPSISbool netdev_has_upper_dev(struct net_device * dev, struct net_device * upper_dev);ARGUMENTSdev device upper_dev upper device to checkDESCRIPTIONFind out if a device is linked to specified upper device and return true in case it is. Note that this checks only immediate upper device, not through a complete stack of devices. The caller must hold the RTNL lock.COPYRIGHTKernel Hackers Manual 3.10 June 2014 NETDEV_HAS_UPPER_DEV(9)
| Related Man Pages |
|---|
| device_create_vargs(9) - centos |
| device_create_with_groups(9) - centos |
| struct_bus_type(9) - centos |
| struct_wireless_dev(9) - centos |
| nutscan_add_device_to_device(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Set hard block limit for user using quota |
| How to increment version inside a file? |
| Tar Command |
| CentOS7 restoring file capabilities |
| Shopt -s histappend |