netif_set_operstate
void netif_set_operstate(struct net_device *dev, int newstate);
EXPORT_SYMBOL(netif_set_operstate);
netif_set_operstate(dev, operstate);
netif_set_operstate(dev, IF_OPER_DOWN);
netif_set_operstate(dev, IF_OPER_UP);
netif_set_operstate(dev, IF_OPER_LOWERLAYERDOWN);