Searched refs:proto_down (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/core/
H A Ddev.h84 int dev_change_proto_down(struct net_device *dev, bool proto_down);
H A Dnet-sysfs.c502 static int change_proto_down(struct net_device *dev, unsigned long proto_down) argument
504 return dev_change_proto_down(dev, (bool)proto_down);
513 NETDEVICE_SHOW_RW(proto_down, fmt_dec);
H A Drtnetlink.c1739 if (nla_put_u8(skb, IFLA_PROTO_DOWN, dev->proto_down))
2708 bool proto_down; local
2739 proto_down = nla_get_u8(nl_proto_down);
2742 if (!proto_down && dev->proto_down_reason) {
2747 proto_down);
H A Ddev.c9122 * dev_change_proto_down - set carrier according to proto_down.
9125 * @proto_down: new value
9127 int dev_change_proto_down(struct net_device *dev, bool proto_down) argument
9133 if (proto_down)
9137 dev->proto_down = proto_down;
/linux-master/drivers/net/ethernet/rocker/
H A Drocker_main.c1788 if (!dev->proto_down)
/linux-master/include/linux/
H A Dnetdevice.h1982 * @proto_down: protocol port state information can be sent to the
2369 bool proto_down; member in struct:net_device

Completed in 191 milliseconds