Searched refs:dev_refcnt (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dnetdevice.h1921 * @dev_refcnt: Number of references to this device
2300 refcount_t dev_refcnt; member in struct:net_device
4043 refcount_dec(&dev->dev_refcnt);
4054 refcount_inc(&dev->dev_refcnt);
/linux-master/net/core/
H A Ddev.c10428 return refcount_read(&dev->dev_refcnt);
10863 refcount_set(&dev->dev_refcnt, 1);

Completed in 138 milliseconds