Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddev_api.c76 * dev_set_group() - change group this device belongs to
80 void dev_set_group(struct net_device *dev, int new_group) in dev_set_group() function
H A Ddev.h139 void dev_set_group(struct net_device *dev, int new_group);
H A Dnet-sysfs.c612 dev_set_group(dev, (int)new_group); in change_group()