Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnetdevice.h4083 void dev_change_proto_down_reason(struct net_device *dev, unsigned long mask,
/Linux-v5.15/net/core/
Ddev.c9247 void dev_change_proto_down_reason(struct net_device *dev, unsigned long mask, in dev_change_proto_down_reason() function
9263 EXPORT_SYMBOL(dev_change_proto_down_reason);
Drtnetlink.c2572 dev_change_proto_down_reason(dev, mask, value); in do_set_proto_down()