Searched refs:proto_down (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/core/ |
| D | net-sysfs.c | 432 static int change_proto_down(struct net_device *dev, unsigned long proto_down) in change_proto_down() argument 434 return dev_change_proto_down(dev, (bool)proto_down); in change_proto_down() 443 NETDEVICE_SHOW_RW(proto_down, fmt_dec);
|
| D | dev.c | 8271 int dev_change_proto_down(struct net_device *dev, bool proto_down) in dev_change_proto_down() argument 8279 return ops->ndo_change_proto_down(dev, proto_down); in dev_change_proto_down() 8291 int dev_change_proto_down_generic(struct net_device *dev, bool proto_down) in dev_change_proto_down_generic() argument 8293 if (proto_down) in dev_change_proto_down_generic() 8297 dev->proto_down = proto_down; in dev_change_proto_down_generic()
|
| D | rtnetlink.c | 1637 nla_put_u8(skb, IFLA_PROTO_DOWN, dev->proto_down) || in rtnl_fill_ifinfo()
|
| /Linux-v5.4/drivers/net/ethernet/rocker/ |
| D | rocker_main.c | 1805 if (!dev->proto_down) in rocker_port_open() 2015 bool proto_down) in rocker_port_change_proto_down() argument 2020 rocker_port_set_enable(rocker_port, !proto_down); in rocker_port_change_proto_down() 2021 rocker_port->dev->proto_down = proto_down; in rocker_port_change_proto_down()
|
| /Linux-v5.4/include/linux/ |
| D | netdevice.h | 1430 bool proto_down); 2060 bool proto_down; member 3681 int dev_change_proto_down(struct net_device *dev, bool proto_down); 3682 int dev_change_proto_down_generic(struct net_device *dev, bool proto_down);
|