Searched refs:dev_refcnt (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/core/
H A Ddev.c10526 return refcount_read(&dev->dev_refcnt);
10962 refcount_set(&dev->dev_refcnt, 1);
/linux-master/include/linux/
H A Dnetdevice.h1922 * @dev_refcnt: Number of references to this device
2302 refcount_t dev_refcnt; member in struct:net_device
4017 refcount_dec(&dev->dev_refcnt);
4028 refcount_inc(&dev->dev_refcnt);

Completed in 171 milliseconds