Searched refs:proto_down (Results 1 – 6 of 6) sorted by relevance
84 int dev_change_proto_down(struct net_device *dev, bool proto_down);
483 static int change_proto_down(struct net_device *dev, unsigned long proto_down) in change_proto_down() argument485 return dev_change_proto_down(dev, (bool)proto_down); in change_proto_down()494 NETDEVICE_SHOW_RW(proto_down, fmt_dec);
1759 if (nla_put_u8(skb, IFLA_PROTO_DOWN, dev->proto_down)) in rtnl_fill_proto_down()2726 bool proto_down; in do_set_proto_down() local2757 proto_down = nla_get_u8(nl_proto_down); in do_set_proto_down()2760 if (!proto_down && dev->proto_down_reason) { in do_set_proto_down()2765 proto_down); in do_set_proto_down()
9108 int dev_change_proto_down(struct net_device *dev, bool proto_down) in dev_change_proto_down() argument9114 if (proto_down) in dev_change_proto_down()9118 dev->proto_down = proto_down; in dev_change_proto_down()
1789 if (!dev->proto_down) in rocker_port_open()
2397 bool proto_down; member