1__DEV_GET_BY_NAME(9) Network device support __DEV_GET_BY_NAME(9)
2
3
4
6 __dev_get_by_name - find a device by its name
7
9 struct net_device * __dev_get_by_name(struct net * net,
10 const char * name);
11
13 net
14 the applicable net namespace
15
16 name
17 name to find
18
20 Find an interface by name. Must be called under RTNL semaphore or
21 dev_base_lock. If the name is found a pointer to the device is
22 returned. If the name is not found then NULL is returned. The reference
23 counters are not incremented so the caller must be careful with locks.
24
26Kernel Hackers Manual 2.6. November 2011 __DEV_GET_BY_NAME(9)