Home
last modified time | relevance | path

Searched refs:dev_set_group (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/core/
H A Ddev.h93 void dev_set_group(struct net_device *dev, int new_group);
H A Dnet-sysfs.c471 dev_set_group(dev, (int)new_group); in change_group()
H A Drtnetlink.c2843 dev_set_group(dev, nla_get_u32(tb[IFLA_GROUP])); in do_setlink()
3392 dev_set_group(dev, nla_get_u32(tb[IFLA_GROUP])); in rtnl_create_link()
H A Ddev.c8840 void dev_set_group(struct net_device *dev, int new_group) in dev_set_group() function