Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddev_api.c170 int dev_change_proto_down(struct net_device *dev, bool proto_down) in dev_change_proto_down() function
H A Ddev.h128 int dev_change_proto_down(struct net_device *dev, bool proto_down);
H A Dnet-sysfs.c626 return dev_change_proto_down(dev, (bool)proto_down); in change_proto_down()