.\" 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_IOCTL" "" "06 October 2005" "" ""
.SH NAME
netdev_ioctl \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int netdev_ioctl (struct net_device * \fIdev\fB, struct ifreq * \fIrq\fB, int \fIcmd\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
network interface on which out-of-band action is to be performed
.TP
\fB\fIrq\fB\fR
user request data
.TP
\fB\fIcmd\fB\fR
command issued by user
.SH "DESCRIPTION"
.PP
Process the various out-of-band ioctls passed to this driver.