Query: dev_get_by_name_rcu
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 2.6. July 2010 DEV_GET_BY_NAME_RCU(9)