CTC_CHANGE_MTU

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

ctc_change_mtu -  

SYNOPSIS

"SYNOPSIS"

int ctc_change_mtu (struct net_device * dev, int new_mtu);  

ARGUMENTS

dev
-- undescribed --
new_mtu
-- undescribed --
 

DESCRIPTION

param dev Pointer to interface struct. param new_mtu The new MTU to use for this interface.

return 0 on success, -EINVAL if MTU is out of valid range. (valid range is 576 .. 65527). If VM is on the remote side, maximum MTU is 32760, however this is <em>not</em> checked here.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:02 GMT, October 09, 2005