.\" 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 "NETIUCV_CHANGE_MTU" "" "06 October 2005" "" "" .SH NAME netiucv_change_mtu \- .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int netiucv_change_mtu (struct net_device * \fIdev\fB, int \fInew_mtu\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR -- undescribed -- .TP \fB\fInew_mtu\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP .PP \fIparam\fR dev Pointer to interface struct. \fIparam\fR new_mtu The new MTU to use for this interface. .PP \fIreturn\fR 0 on success, -EINVAL if MTU is out of valid range. (valid range is 576 .. NETIUCV_MTU_MAX).