Searched refs:proto_down (Results 1 – 5 of 5) sorted by relevance
406 static int change_proto_down(struct net_device *dev, unsigned long proto_down) in change_proto_down() argument408 return dev_change_proto_down(dev, (bool) proto_down); in change_proto_down()417 NETDEVICE_SHOW_RW(proto_down, fmt_dec);
6166 int dev_change_proto_down(struct net_device *dev, bool proto_down) in dev_change_proto_down() argument6174 return ops->ndo_change_proto_down(dev, proto_down); in dev_change_proto_down()
1240 nla_put_u8(skb, IFLA_PROTO_DOWN, dev->proto_down)) in rtnl_fill_ifinfo()
1237 bool proto_down);1801 bool proto_down; member3064 int dev_change_proto_down(struct net_device *dev, bool proto_down);
4070 if (!dev->proto_down) in rocker_port_open()4287 bool proto_down) in rocker_port_change_proto_down() argument4292 rocker_port_set_enable(rocker_port, !proto_down); in rocker_port_change_proto_down()4293 rocker_port->dev->proto_down = proto_down; in rocker_port_change_proto_down()