Searched refs:proto_down (Results 1 – 5 of 5) sorted by relevance
437 static int change_proto_down(struct net_device *dev, unsigned long proto_down) in change_proto_down() argument439 return dev_change_proto_down(dev, (bool)proto_down); in change_proto_down()448 NETDEVICE_SHOW_RW(proto_down, fmt_dec);
7762 int dev_change_proto_down(struct net_device *dev, bool proto_down) in dev_change_proto_down() argument7770 return ops->ndo_change_proto_down(dev, proto_down); in dev_change_proto_down()
1629 nla_put_u8(skb, IFLA_PROTO_DOWN, dev->proto_down) || in rtnl_fill_ifinfo()
1800 if (!dev->proto_down) in rocker_port_open()2010 bool proto_down) in rocker_port_change_proto_down() argument2015 rocker_port_set_enable(rocker_port, !proto_down); in rocker_port_change_proto_down()2016 rocker_port->dev->proto_down = proto_down; in rocker_port_change_proto_down()
1401 bool proto_down);2018 bool proto_down; member3578 int dev_change_proto_down(struct net_device *dev, bool proto_down);