Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dnetdevice.h3892 void dev_change_proto_down_reason(struct net_device *dev, unsigned long mask,
/Linux-v5.10/net/core/
Ddev.c8856 void dev_change_proto_down_reason(struct net_device *dev, unsigned long mask, in dev_change_proto_down_reason() function
8872 EXPORT_SYMBOL(dev_change_proto_down_reason);
Drtnetlink.c2568 dev_change_proto_down_reason(dev, mask, value); in do_set_proto_down()