The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
Search for an interface by index. Returns NULL
if the device
is not found or a pointer to the device. The device has not
had its reference counter increased so the caller must be careful
about locking. The caller must hold either the RTNL semaphore
or dev_base_lock.
<<< Previous | Home | Next >>> |
dev_get | Up | dev_get_by_index |