Searched refs:proto_down (Results 1 – 5 of 5) sorted by relevance
170 int dev_change_proto_down(struct net_device *dev, bool proto_down) in dev_change_proto_down() argument175 ret = netif_change_proto_down(dev, proto_down); in dev_change_proto_down()
1958 if (nla_put_u8(skb, IFLA_PROTO_DOWN, READ_ONCE(dev->proto_down))) in rtnl_fill_proto_down()2987 bool proto_down; in do_set_proto_down() local3018 proto_down = nla_get_u8(nl_proto_down); in do_set_proto_down()3021 if (!proto_down && dev->proto_down_reason) { in do_set_proto_down()3025 err = netif_change_proto_down(dev, proto_down); in do_set_proto_down()
10123 int netif_change_proto_down(struct net_device *dev, bool proto_down) in netif_change_proto_down() argument10129 if (proto_down) in netif_change_proto_down()10133 WRITE_ONCE(dev->proto_down, proto_down); in netif_change_proto_down()
167 bool proto_down
1788 if (!dev->proto_down) in rocker_port_open()