.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "NETDEV_STATE_CHANGE" "" "06 October 2005" "" ""
.SH NAME
netdev_state_change \- device changes state
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void netdev_state_change (struct net_device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
device to cause notification
.SH "DESCRIPTION"
.PP
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.