Home
last modified time | relevance | path

Searched refs:dev_get_alias (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dnetdevice.h4266 int dev_get_alias(const struct net_device *, char *, size_t);
/linux/net/core/
H A Drtnetlink.c1848 ret = dev_get_alias(dev, buf, sizeof(buf)); in nla_put_ifalias()
H A Ddev.c1568 int dev_get_alias(const struct net_device *dev, char *name, size_t len) in dev_get_alias() function