Home
last modified time | relevance | path

Searched refs:proto_down (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/core/
Dnet-sysfs.c437 static int change_proto_down(struct net_device *dev, unsigned long proto_down) in change_proto_down() argument
439 return dev_change_proto_down(dev, (bool)proto_down); in change_proto_down()
448 NETDEVICE_SHOW_RW(proto_down, fmt_dec);
Ddev.c7762 int dev_change_proto_down(struct net_device *dev, bool proto_down) in dev_change_proto_down() argument
7770 return ops->ndo_change_proto_down(dev, proto_down); in dev_change_proto_down()
Drtnetlink.c1629 nla_put_u8(skb, IFLA_PROTO_DOWN, dev->proto_down) || in rtnl_fill_ifinfo()
/Linux-v4.19/drivers/net/ethernet/rocker/
Drocker_main.c1800 if (!dev->proto_down) in rocker_port_open()
2010 bool proto_down) in rocker_port_change_proto_down() argument
2015 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()
/Linux-v4.19/include/linux/
Dnetdevice.h1401 bool proto_down);
2018 bool proto_down; member
3578 int dev_change_proto_down(struct net_device *dev, bool proto_down);