1. NAME

netdev_state_change - device changes state

2. SYNOPSIS

void netdev_state_change(struct net_device *  dev );

3. ARGUMENTS

dev
    device to cause notification

4. DESCRIPTION

Called to indicate a device has changed state. This function calls the notifier chains for netdev_chain and sends a NEWLINK message to the routing socket.

5. COPYRIGHT