Man Page: dev_get_by_name_rcu
Operating Environment: centos
Section: 9
DEV_GET_BY_NAME_RCU(9) Network device support DEV_GET_BY_NAME_RCU(9)NAMEdev_get_by_name_rcu - find a device by its nameSYNOPSISstruct net_device * dev_get_by_name_rcu(struct net * net, const char * name);ARGUMENTSnet the applicable net namespace name name to findDESCRIPTIONFind an interface by name. If the name is found a pointer to the device is returned. If the name is not found then NULL is returned. The reference counters are not incremented so the caller must be careful with locks. The caller must hold RCU lock.COPYRIGHTKernel Hackers Manual 3.10 June 2014 DEV_GET_BY_NAME_RCU(9)
| Related Man Pages |
|---|
| device_create(9) - centos |
| device_create_with_groups(9) - centos |
| usb_gadget_config_buf(9) - centos |
| struct_wireless_dev(9) - centos |
| device_create_vargs(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Set hard block limit for user using quota |
| Tar Command |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |