Home
last modified time | relevance | path

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

/linux-5.19.10/net/core/
Ddev.h77 int dev_change_proto_down(struct net_device *dev, bool proto_down);
Dnet-sysfs.c486 return dev_change_proto_down(dev, (bool)proto_down); in change_proto_down()
Drtnetlink.c2638 err = dev_change_proto_down(dev, in do_set_proto_down()
Ddev.c8970 int dev_change_proto_down(struct net_device *dev, bool proto_down) in dev_change_proto_down() function