Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dnet-sysfs.c406 static int change_proto_down(struct net_device *dev, unsigned long proto_down) in change_proto_down() argument
408 return dev_change_proto_down(dev, (bool) proto_down); in change_proto_down()
417 NETDEVICE_SHOW_RW(proto_down, fmt_dec);
Ddev.c6166 int dev_change_proto_down(struct net_device *dev, bool proto_down) in dev_change_proto_down() argument
6174 return ops->ndo_change_proto_down(dev, proto_down); in dev_change_proto_down()
Drtnetlink.c1240 nla_put_u8(skb, IFLA_PROTO_DOWN, dev->proto_down)) in rtnl_fill_ifinfo()
/linux-4.4.14/include/linux/
Dnetdevice.h1237 bool proto_down);
1801 bool proto_down; member
3064 int dev_change_proto_down(struct net_device *dev, bool proto_down);
/linux-4.4.14/drivers/net/ethernet/rocker/
Drocker.c4070 if (!dev->proto_down) in rocker_port_open()
4287 bool proto_down) in rocker_port_change_proto_down() argument
4292 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()