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);
485 static int change_proto_down(struct net_device *dev, unsigned long proto_down) in change_proto_down() argument487 return dev_change_proto_down(dev, (bool)proto_down); in change_proto_down()496 NETDEVICE_SHOW_RW(proto_down, fmt_dec);
1730 if (nla_put_u8(skb, IFLA_PROTO_DOWN, dev->proto_down)) in rtnl_fill_proto_down()2697 bool proto_down; in do_set_proto_down() local2728 proto_down = nla_get_u8(nl_proto_down); in do_set_proto_down()2731 if (!proto_down && dev->proto_down_reason) { in do_set_proto_down()2736 proto_down); in do_set_proto_down()
9064 int dev_change_proto_down(struct net_device *dev, bool proto_down) in dev_change_proto_down() argument9070 if (proto_down) in dev_change_proto_down()9074 dev->proto_down = proto_down; in dev_change_proto_down()
1789 if (!dev->proto_down) in rocker_port_open()
2397 bool proto_down; member